Move transmission behind stack network
This commit is contained in:
parent
30b7290e31
commit
960ab95b98
|
@ -75,7 +75,7 @@ deergrove.woozle.org {
|
|||
}
|
||||
|
||||
handle /transmission/* {
|
||||
reverse_proxy host.docker.internal:9091
|
||||
reverse_proxy transmission:9091
|
||||
}
|
||||
|
||||
handle /nzbget/* {
|
||||
|
@ -99,7 +99,7 @@ deergrove.woozle.org {
|
|||
}
|
||||
|
||||
handle_path /sucker/* {
|
||||
reverse_proxy 192.168.86.2:5801
|
||||
reverse_proxy host.lan:5801
|
||||
}
|
||||
|
||||
# Octoprint serves up broken webcam URLs
|
||||
|
|
|
@ -40,7 +40,7 @@ services:
|
|||
target: /browser.html
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
- host.lan:128.165.86.2
|
||||
- host.lan:192.168.86.2
|
||||
|
||||
authelia:
|
||||
image: authelia/authelia
|
||||
|
@ -103,8 +103,11 @@ services:
|
|||
- type: bind
|
||||
source: /srv/incoming
|
||||
target: /srv/incoming
|
||||
networks:
|
||||
- hostnet
|
||||
environment:
|
||||
PEERPORT: "51413"
|
||||
ports:
|
||||
- 51413:51413
|
||||
- 51413:51413/udp
|
||||
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr
|
||||
|
@ -308,10 +311,10 @@ configs:
|
|||
name: Corefile-v4
|
||||
Caddyfile:
|
||||
file: Caddyfile
|
||||
name: Caddyfile-v110
|
||||
name: Caddyfile-v111
|
||||
index.html:
|
||||
file: www/index.html
|
||||
name: index.html-v41
|
||||
name: index.html-v42
|
||||
index.mjs:
|
||||
file: www/index.mjs
|
||||
name: index.mjs-v8
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<!-- Items that don't appear in the top menu -->
|
||||
<a href="https://git.woozle.org" target="_blank" data-no-menu data-icon="https://git.woozle.org/assets/img/logo.svg" title="Git repositories">Git</a>
|
||||
<a href="https://drive.woozle.org/" target="_blank" data-no-menu data-icon="/public/icons/cloud-folder.png" titled="Shared storage">Drive</a>
|
||||
<a href="https://drive.woozle.org/" target="_blank" data-no-menu data-icon="https://drive.woozle.org/storage/public/icons/cloud-folder.png" titled="Shared storage">Drive</a>
|
||||
<a href="https://ancestry.woozle.org/" target="_blank" data-no-menu data-icon="https://ancestry.woozle.org/images/arbre_start.png" title="Genealogy">Ancestry</a>
|
||||
|
||||
<hr>
|
||||
|
|
Loading…
Reference in New Issue