Compare commits

...

2 Commits

Author SHA1 Message Date
Lino Silva f0b7351f64 fix: OIDC discovery url 2026-04-12 22:28:42 +01:00
Lino Silva f111fdfcb7 fix: Reverse proxy port 2026-04-12 22:28:31 +01:00
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -223,7 +223,8 @@ auto_configure_traefik:
trek:
subdomain: "trek"
host: "10.0.4.30"
port: 3000
port: 8083
auth_required: true
# Auth services configuration
pocketid_host: 10.0.4.10
+1
View File
@@ -31,6 +31,7 @@ services:
- OIDC_CLIENT_SECRET=${OIDC_CLIENT_SECRET}
- OIDC_DISPLAY_NAME=PocketID
- OIDC_ONLY=true
- OIDC_DISCOVERY_URL=https://auth.lino.cooking/.well-known/openid-configuration
volumes:
- /data/trek/app:/app/data
- /data/trek/uploads:/app/uploads