fix: comment out AUTHENTIK_HOST_BROWSER in Sonarr service configuration to resolve redirect loop

This commit is contained in:
nathan 2026-04-27 15:58:15 -04:00
parent 43a63dbf8e
commit 116207e446

View File

@ -46,7 +46,7 @@ services:
AUTHENTIK_INSECURE: "false"
AUTHENTIK_TOKEN: cJ4UWeFQ2DUTyvR22s588ciFuLSw698HTVxnEf7ecN3dq3nFOyVod6ngE66Z
# Optional setting to be used when `authentik_host` for internal communication doesn't match the public URL.
AUTHENTIK_HOST_BROWSER: https://sonarr.castaldifamily.com
# AUTHENTIK_HOST_BROWSER: https://sonarr.castaldifamily.com
labels:
- "traefik.enable=true"
- "traefik.http.routers.sonarr.entrypoints=websecure"