+picoshare

This commit is contained in:
Neale Pickett 2023-04-03 20:06:58 -06:00
parent 3abbc70169
commit 160b7d6caa
3 changed files with 21 additions and 6 deletions

View File

@ -34,6 +34,10 @@ photos.woozle.org {
reverse_proxy pigallery2:80 reverse_proxy pigallery2:80
} }
xfer.woozle.org {
reverse_proxy picoshare:4001
}
## ##
## handle sends original path ## handle sends original path
@ -70,9 +74,6 @@ deergrove.woozle.org {
handle /prowlarr/* { handle /prowlarr/* {
reverse_proxy prowlarr:9696 reverse_proxy prowlarr:9696
} }
handle /unmanic/* {
reverse_proxy unmanic:8888
}
handle_path /sucker/* { handle_path /sucker/* {
reverse_proxy host.lan:5801 reverse_proxy host.lan:5801

View File

@ -1,7 +1,7 @@
. { . {
bind 192.168.86.2 bind 192.168.86.2
hosts { 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 fallthrough
} }
forward . 8.8.8.8 forward . 8.8.8.8

View File

@ -297,6 +297,17 @@ services:
- /srv - /srv
user: "911:911" 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: ddns:
image: qmcgaw/ddns-updater image: qmcgaw/ddns-updater
dns: dns:
@ -339,10 +350,10 @@ configs:
name: dave.yaml-v3 name: dave.yaml-v3
Corefile: Corefile:
file: Corefile file: Corefile
name: Corefile-v7 name: Corefile-v8
Caddyfile: Caddyfile:
file: Caddyfile file: Caddyfile
name: Caddyfile-v145 name: Caddyfile-v149
portal.json: portal.json:
file: portal.json file: portal.json
name: portal.json-v7 name: portal.json-v7
@ -387,6 +398,9 @@ secrets:
authelia.oidc.yaml: authelia.oidc.yaml:
file: secrets/authelia.oidc.yaml file: secrets/authelia.oidc.yaml
name: authelia.oidc.yaml-v2 name: authelia.oidc.yaml-v2
picoshare:
file: secrets/picoshare
name: picoshare-v1
networks: networks:
hostnet: hostnet: