WB BitTorrent, LOL
This commit is contained in:
parent
223a6dfc21
commit
17a3c281fa
|
@ -46,6 +46,11 @@ ancestry.woozle.org {
|
||||||
reverse_proxy ddns:8000
|
reverse_proxy ddns:8000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
handle /transmission/* {
|
||||||
|
import restricted-access
|
||||||
|
reverse_proxy host.docker.internal:9091
|
||||||
|
}
|
||||||
|
|
||||||
handle /nzbget/* {
|
handle /nzbget/* {
|
||||||
import restricted-access
|
import restricted-access
|
||||||
reverse_proxy nzbget:6789
|
reverse_proxy nzbget:6789
|
||||||
|
|
|
@ -64,6 +64,18 @@ services:
|
||||||
bind:
|
bind:
|
||||||
propagation: rslave
|
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:
|
sonarr:
|
||||||
image: lscr.io/linuxserver/sonarr
|
image: lscr.io/linuxserver/sonarr
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
@ -227,8 +239,8 @@ services:
|
||||||
|
|
||||||
ddns:
|
ddns:
|
||||||
image: qmcgaw/ddns-updater
|
image: qmcgaw/ddns-updater
|
||||||
networks:
|
dns:
|
||||||
- hostnet
|
- 1.1.1.1
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /srv/sys/ddns-updater
|
source: /srv/sys/ddns-updater
|
||||||
|
@ -268,10 +280,10 @@ configs:
|
||||||
name: Corefile-v2
|
name: Corefile-v2
|
||||||
Caddyfile:
|
Caddyfile:
|
||||||
file: Caddyfile
|
file: Caddyfile
|
||||||
name: Caddyfile-v74
|
name: Caddyfile-v76
|
||||||
index.html:
|
index.html:
|
||||||
file: www/index.html
|
file: www/index.html
|
||||||
name: index.html-v34
|
name: index.html-v32
|
||||||
index.mjs:
|
index.mjs:
|
||||||
file: www/index.mjs
|
file: www/index.mjs
|
||||||
name: index.mjs-v1
|
name: index.mjs-v1
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<a href="/prowlarr/" data-icon="/prowlarr/Content/Images/logo.png" title="Indexer/Searcher">Search</a>
|
<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="/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>
|
<hr>
|
||||||
<a href="/octoprint/" data-icon="/octoprint/static/img/logo.png" title="3D Printer Front-End">Octoprint</a>
|
<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>
|
<a href="/wallart/" data-icon="/wallart/wallart.png" title="Wall Art uploader">Wall Art</a>
|
||||||
|
|
Loading…
Reference in New Issue