fix: add AUTHENTIK_HOST_BROWSER for outpost browser redirects
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
- Adds AUTHENTIK_HOST_BROWSER=https://sso.castaldifamily.com to all outposts - Required when internal AUTHENTIK_HOST differs from public SSO URL - Should resolve 404 errors in outpost configuration fetch
This commit is contained in:
parent
3f13409414
commit
bcd5da7a59
@ -32,6 +32,7 @@ services:
|
|||||||
- proxy-net
|
- proxy-net
|
||||||
environment:
|
environment:
|
||||||
AUTHENTIK_HOST: http://authentik_server:9000
|
AUTHENTIK_HOST: http://authentik_server:9000
|
||||||
|
AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com
|
||||||
AUTHENTIK_TOKEN: 42FCcV9gmTfixaak77xW4eAZIMUUJ0u5vGsxvumfo1Lav5DIyLViDz4xqinE
|
AUTHENTIK_TOKEN: 42FCcV9gmTfixaak77xW4eAZIMUUJ0u5vGsxvumfo1Lav5DIyLViDz4xqinE
|
||||||
AUTHENTIK_INSECURE: "false"
|
AUTHENTIK_INSECURE: "false"
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@ -41,6 +41,7 @@ services:
|
|||||||
- proxy-net
|
- proxy-net
|
||||||
environment:
|
environment:
|
||||||
AUTHENTIK_HOST: http://authentik_server:9000
|
AUTHENTIK_HOST: http://authentik_server:9000
|
||||||
|
AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com
|
||||||
AUTHENTIK_TOKEN: mEK1nIhle1dorsb2x7EJlDfwqdQ2GZLlDdzZhTeP9RMvrWtrlM0ZW89SiBWB
|
AUTHENTIK_TOKEN: mEK1nIhle1dorsb2x7EJlDfwqdQ2GZLlDdzZhTeP9RMvrWtrlM0ZW89SiBWB
|
||||||
AUTHENTIK_INSECURE: "false"
|
AUTHENTIK_INSECURE: "false"
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@ -41,6 +41,7 @@ services:
|
|||||||
- proxy-net
|
- proxy-net
|
||||||
environment:
|
environment:
|
||||||
AUTHENTIK_HOST: http://authentik_server:9000
|
AUTHENTIK_HOST: http://authentik_server:9000
|
||||||
|
AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com
|
||||||
AUTHENTIK_TOKEN: xvPTq2ASWspkW9Z7H44RPwLZ9LhFqBrtQ11eXPlE7QWGhsixWU7Rc07xVmsw
|
AUTHENTIK_TOKEN: xvPTq2ASWspkW9Z7H44RPwLZ9LhFqBrtQ11eXPlE7QWGhsixWU7Rc07xVmsw
|
||||||
AUTHENTIK_INSECURE: "false"
|
AUTHENTIK_INSECURE: "false"
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@ -43,10 +43,9 @@ services:
|
|||||||
container_name: sonarr_outpost
|
container_name: sonarr_outpost
|
||||||
environment:
|
environment:
|
||||||
AUTHENTIK_HOST: http://authentik_server:9000
|
AUTHENTIK_HOST: http://authentik_server:9000
|
||||||
|
AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com
|
||||||
AUTHENTIK_INSECURE: "false"
|
AUTHENTIK_INSECURE: "false"
|
||||||
AUTHENTIK_TOKEN: cJ4UWeFQ2DUTyvR22s588ciFuLSw698HTVxnEf7ecN3dq3nFOyVod6ngE66Z
|
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
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.sonarr.entrypoints=websecure"
|
- "traefik.http.routers.sonarr.entrypoints=websecure"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user