adjust caddy for seafile without nginx

This commit is contained in:
2025-12-06 20:59:23 +01:00
parent 6208982bde
commit da288fc5d4
2 changed files with 7 additions and 6 deletions

View File

@@ -12,10 +12,11 @@
}
}
uitgeest.veenboer.xyz {
reverse_proxy nginx
}
#uitgeest.veenboer.xyz {
#reverse_proxy nginx
#}
import unprotected ha host:8123
import unprotected seafile host:8082
(protected) {
{args[0]}.{$SUBDOMAIN}.{$DOMAIN} {

View File

@@ -12,10 +12,10 @@ services:
- OAUTH_CLIENT_ID=${OAUTH_CLIENT_ID:?}
- OAUTH_CLIENT_SECRET=${OAUTH_CLIENT_SECRET:?}
image: caddy
links:
- nginx
# links:
# - nginx
ports:
- 444:443
- 443:443
restart: unless-stopped
volumes:
- /opt/caddy/Caddyfile:/etc/caddy/Caddyfile