fix: use HTTPS port 9443 for Authentik outpost connections
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s

- 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
This commit is contained in:
Nathan 2026-06-14 09:00:22 -04:00
parent bcd5da7a59
commit 9ec71e0c9d
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ services:
networks: networks:
- proxy-net - proxy-net
environment: environment:
AUTHENTIK_HOST: http://authentik_server:9000 AUTHENTIK_HOST: https://authentik_server:9443
AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com
AUTHENTIK_TOKEN: 42FCcV9gmTfixaak77xW4eAZIMUUJ0u5vGsxvumfo1Lav5DIyLViDz4xqinE AUTHENTIK_TOKEN: 42FCcV9gmTfixaak77xW4eAZIMUUJ0u5vGsxvumfo1Lav5DIyLViDz4xqinE
AUTHENTIK_INSECURE: "false" AUTHENTIK_INSECURE: "false"

View File

@ -40,7 +40,7 @@ services:
networks: networks:
- proxy-net - proxy-net
environment: environment:
AUTHENTIK_HOST: http://authentik_server:9000 AUTHENTIK_HOST: https://authentik_server:9443
AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com
AUTHENTIK_TOKEN: mEK1nIhle1dorsb2x7EJlDfwqdQ2GZLlDdzZhTeP9RMvrWtrlM0ZW89SiBWB AUTHENTIK_TOKEN: mEK1nIhle1dorsb2x7EJlDfwqdQ2GZLlDdzZhTeP9RMvrWtrlM0ZW89SiBWB
AUTHENTIK_INSECURE: "false" AUTHENTIK_INSECURE: "false"

View File

@ -40,7 +40,7 @@ services:
networks: networks:
- proxy-net - proxy-net
environment: environment:
AUTHENTIK_HOST: http://authentik_server:9000 AUTHENTIK_HOST: https://authentik_server:9443
AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com
AUTHENTIK_TOKEN: xvPTq2ASWspkW9Z7H44RPwLZ9LhFqBrtQ11eXPlE7QWGhsixWU7Rc07xVmsw AUTHENTIK_TOKEN: xvPTq2ASWspkW9Z7H44RPwLZ9LhFqBrtQ11eXPlE7QWGhsixWU7Rc07xVmsw
AUTHENTIK_INSECURE: "false" AUTHENTIK_INSECURE: "false"

View File

@ -42,7 +42,7 @@ services:
- proxy-net - proxy-net
container_name: sonarr_outpost container_name: sonarr_outpost
environment: environment:
AUTHENTIK_HOST: http://authentik_server:9000 AUTHENTIK_HOST: https://authentik_server:9443
AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com
AUTHENTIK_INSECURE: "false" AUTHENTIK_INSECURE: "false"
AUTHENTIK_TOKEN: cJ4UWeFQ2DUTyvR22s588ciFuLSw698HTVxnEf7ecN3dq3nFOyVod6ngE66Z AUTHENTIK_TOKEN: cJ4UWeFQ2DUTyvR22s588ciFuLSw698HTVxnEf7ecN3dq3nFOyVod6ngE66Z