From 116207e446c65aff36a6412db403c7b59aca7d24 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 27 Apr 2026 15:58:15 -0400 Subject: [PATCH] fix: comment out AUTHENTIK_HOST_BROWSER in Sonarr service configuration to resolve redirect loop --- nodes/heimdall/sonarr/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/heimdall/sonarr/compose.yaml b/nodes/heimdall/sonarr/compose.yaml index b2d30ed..9e7aff9 100644 --- a/nodes/heimdall/sonarr/compose.yaml +++ b/nodes/heimdall/sonarr/compose.yaml @@ -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"