WB BitTorrent, LOL

This commit is contained in:
Neale Pickett 2022-11-22 20:15:37 -07:00
parent 223a6dfc21
commit 17a3c281fa
3 changed files with 22 additions and 4 deletions

View File

@ -46,6 +46,11 @@ ancestry.woozle.org {
reverse_proxy ddns:8000
}
handle /transmission/* {
import restricted-access
reverse_proxy host.docker.internal:9091
}
handle /nzbget/* {
import restricted-access
reverse_proxy nzbget:6789

View File

@ -64,6 +64,18 @@ services:
bind:
propagation: rslave
transmission:
image: lscr.io/linuxserver/transmission
volumes:
- type: bind
source: /srv/sys/transmission
target: /config
- type: bind
source: /srv/incoming
target: /srv/incoming
networks:
- hostnet
sonarr:
image: lscr.io/linuxserver/sonarr
extra_hosts:
@ -227,8 +239,8 @@ services:
ddns:
image: qmcgaw/ddns-updater
networks:
- hostnet
dns:
- 1.1.1.1
volumes:
- type: bind
source: /srv/sys/ddns-updater
@ -268,10 +280,10 @@ configs:
name: Corefile-v2
Caddyfile:
file: Caddyfile
name: Caddyfile-v74
name: Caddyfile-v76
index.html:
file: www/index.html
name: index.html-v34
name: index.html-v32
index.mjs:
file: www/index.mjs
name: index.mjs-v1

View File

@ -18,6 +18,7 @@
<hr>
<a href="/prowlarr/" data-icon="/prowlarr/Content/Images/logo.png" title="Indexer/Searcher">Search</a>
<a href="/nzbget/" data-icon="/nzbget/img/favicon-256x256.png" title="Usenet downloader">Usenet</a>
<a href="/transmission/web/" data-icon="/transmission/web/style/transmission/images/logo.png" title="BitTorrent downloader">BitTorrent</a>
<hr>
<a href="/octoprint/" data-icon="/octoprint/static/img/logo.png" title="3D Printer Front-End">Octoprint</a>
<a href="/wallart/" data-icon="/wallart/wallart.png" title="Wall Art uploader">Wall Art</a>