From 9ec71e0c9d1b945b57a64f0c2c1dae6ae8ad9c22 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 14 Jun 2026 09:00:22 -0400 Subject: [PATCH] fix: use HTTPS port 9443 for Authentik outpost connections - Change AUTHENTIK_HOST from http://authentik_server:9000 to https://authentik_server:9443 - Authentik API only responds on HTTPS port, causing 404 errors on HTTP - Resolves outpost connection failures --- 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 d8b9fcb..67b1e12 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://authentik_server:9000 + AUTHENTIK_HOST: https://authentik_server:9443 AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_TOKEN: 42FCcV9gmTfixaak77xW4eAZIMUUJ0u5vGsxvumfo1Lav5DIyLViDz4xqinE AUTHENTIK_INSECURE: "false" diff --git a/nodes/heimdall/radarr/compose.yaml b/nodes/heimdall/radarr/compose.yaml index 5de6e3b..0f4f32e 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://authentik_server:9000 + AUTHENTIK_HOST: https://authentik_server:9443 AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_TOKEN: mEK1nIhle1dorsb2x7EJlDfwqdQ2GZLlDdzZhTeP9RMvrWtrlM0ZW89SiBWB AUTHENTIK_INSECURE: "false" diff --git a/nodes/heimdall/sabnzbd/compose.yaml b/nodes/heimdall/sabnzbd/compose.yaml index 3889941..ce8666e 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://authentik_server:9000 + AUTHENTIK_HOST: https://authentik_server:9443 AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_TOKEN: xvPTq2ASWspkW9Z7H44RPwLZ9LhFqBrtQ11eXPlE7QWGhsixWU7Rc07xVmsw AUTHENTIK_INSECURE: "false" diff --git a/nodes/heimdall/sonarr/compose.yaml b/nodes/heimdall/sonarr/compose.yaml index b51960c..0d61fbe 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://authentik_server:9000 + AUTHENTIK_HOST: https://authentik_server:9443 AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_INSECURE: "false" AUTHENTIK_TOKEN: cJ4UWeFQ2DUTyvR22s588ciFuLSw698HTVxnEf7ecN3dq3nFOyVod6ngE66Z