From 036cddf2c0c5d036a4d8962924c7ddb552604cbe Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 5 Jul 2026 10:27:57 -0400 Subject: [PATCH] fix: update AUTHENTIK_HOST to use the authentik_server hostname in prowlarr, radarr, sabnzbd, and sonarr configurations --- nodes/heimdall/prowlarr/compose.yaml | 2 +- nodes/heimdall/radarr/compose.yaml | 2 +- nodes/heimdall/sabnzbd/compose.yaml | 2 +- nodes/heimdall/sonarr/compose.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nodes/heimdall/prowlarr/compose.yaml b/nodes/heimdall/prowlarr/compose.yaml index 9b26be9..4acd8fe 100644 --- a/nodes/heimdall/prowlarr/compose.yaml +++ b/nodes/heimdall/prowlarr/compose.yaml @@ -31,7 +31,7 @@ services: networks: - proxy-net environment: - AUTHENTIK_HOST: http://172.18.0.31:9000 + AUTHENTIK_HOST: http://authentik_server:9000 AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_TOKEN: 42FCcV9gmTfixaak77xW4eAZIMUUJ0u5vGsxvumfo1Lav5DIyLViDz4xqinE AUTHENTIK_INSECURE: "true" diff --git a/nodes/heimdall/radarr/compose.yaml b/nodes/heimdall/radarr/compose.yaml index f41e8c9..3ca9cf2 100644 --- a/nodes/heimdall/radarr/compose.yaml +++ b/nodes/heimdall/radarr/compose.yaml @@ -40,7 +40,7 @@ services: networks: - proxy-net environment: - AUTHENTIK_HOST: http://172.18.0.31:9000 + AUTHENTIK_HOST: http://authentik_server:9000 AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_TOKEN: mEK1nIhle1dorsb2x7EJlDfwqdQ2GZLlDdzZhTeP9RMvrWtrlM0ZW89SiBWB AUTHENTIK_INSECURE: "true" diff --git a/nodes/heimdall/sabnzbd/compose.yaml b/nodes/heimdall/sabnzbd/compose.yaml index 76c001d..01bc931 100644 --- a/nodes/heimdall/sabnzbd/compose.yaml +++ b/nodes/heimdall/sabnzbd/compose.yaml @@ -40,7 +40,7 @@ services: networks: - proxy-net environment: - AUTHENTIK_HOST: http://172.18.0.31:9000 + AUTHENTIK_HOST: http://authentik_server:9000 AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_TOKEN: xvPTq2ASWspkW9Z7H44RPwLZ9LhFqBrtQ11eXPlE7QWGhsixWU7Rc07xVmsw AUTHENTIK_INSECURE: "true" diff --git a/nodes/heimdall/sonarr/compose.yaml b/nodes/heimdall/sonarr/compose.yaml index d9507d8..e117d67 100644 --- a/nodes/heimdall/sonarr/compose.yaml +++ b/nodes/heimdall/sonarr/compose.yaml @@ -42,7 +42,7 @@ services: - proxy-net container_name: sonarr_outpost environment: - AUTHENTIK_HOST: http://172.18.0.31:9000 + AUTHENTIK_HOST: http://authentik_server:9000 AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_INSECURE: "true" AUTHENTIK_TOKEN: cJ4UWeFQ2DUTyvR22s588ciFuLSw698HTVxnEf7ecN3dq3nFOyVod6ngE66Z