+picoshare
This commit is contained in:
parent
3abbc70169
commit
160b7d6caa
|
@ -34,6 +34,10 @@ photos.woozle.org {
|
|||
reverse_proxy pigallery2:80
|
||||
}
|
||||
|
||||
xfer.woozle.org {
|
||||
reverse_proxy picoshare:4001
|
||||
}
|
||||
|
||||
|
||||
##
|
||||
## handle sends original path
|
||||
|
@ -70,9 +74,6 @@ deergrove.woozle.org {
|
|||
handle /prowlarr/* {
|
||||
reverse_proxy prowlarr:9696
|
||||
}
|
||||
handle /unmanic/* {
|
||||
reverse_proxy unmanic:8888
|
||||
}
|
||||
|
||||
handle_path /sucker/* {
|
||||
reverse_proxy host.lan:5801
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
. {
|
||||
bind 192.168.86.2
|
||||
hosts {
|
||||
192.168.86.2 sweetums.woozle.org deergrove.woozle.org drive.woozle.org git.woozle.org ancestry.woozle.org media.woozle.org photos.woozle.org auth.woozle.org
|
||||
192.168.86.2 sweetums.woozle.org deergrove.woozle.org drive.woozle.org git.woozle.org ancestry.woozle.org media.woozle.org photos.woozle.org auth.woozle.org xfer.woozle.org
|
||||
fallthrough
|
||||
}
|
||||
forward . 8.8.8.8
|
||||
|
|
|
@ -297,6 +297,17 @@ services:
|
|||
- /srv
|
||||
user: "911:911"
|
||||
|
||||
picoshare:
|
||||
image: git.woozle.org/neale/picoshare
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /srv/sys/picoshare
|
||||
target: /data
|
||||
environment:
|
||||
PS_SHARED_SECRET_FILE: /run/secrets/picoshare
|
||||
secrets:
|
||||
- picoshare
|
||||
|
||||
ddns:
|
||||
image: qmcgaw/ddns-updater
|
||||
dns:
|
||||
|
@ -339,10 +350,10 @@ configs:
|
|||
name: dave.yaml-v3
|
||||
Corefile:
|
||||
file: Corefile
|
||||
name: Corefile-v7
|
||||
name: Corefile-v8
|
||||
Caddyfile:
|
||||
file: Caddyfile
|
||||
name: Caddyfile-v145
|
||||
name: Caddyfile-v149
|
||||
portal.json:
|
||||
file: portal.json
|
||||
name: portal.json-v7
|
||||
|
@ -387,6 +398,9 @@ secrets:
|
|||
authelia.oidc.yaml:
|
||||
file: secrets/authelia.oidc.yaml
|
||||
name: authelia.oidc.yaml-v2
|
||||
picoshare:
|
||||
file: secrets/picoshare
|
||||
name: picoshare-v1
|
||||
|
||||
networks:
|
||||
hostnet:
|
||||
|
|
Loading…
Reference in New Issue