From c7b3902bdc550f3d17f88833007dad620ad8e1d1 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 7 Apr 2024 20:38:37 -0400 Subject: [PATCH] update --- stack.production.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index 62f39ff..4325718 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -68,7 +68,7 @@ services: - 'traefik.http.middlewares.authelia_authelia.forwardAuth.address=http://authelia_authelia:9091/api/authz/forward-auth' ## The following commented line is for configuring the Authelia URL in the proxy. We strongly suggest this is ## configured in the Session Cookies section of the Authelia configuration. - # - 'traefik.http.middlewares.authelia.forwardAuth.address=http://authelia:9091/api/authz/forward-auth?authelia_url=https%3A%2F%2Fauth.example.com%2F' + - 'traefik.http.middlewares.authelia.forwardAuth.address=http://authelia_authelia:9091/api/authz/forward-auth?authelia_url=https%3A%2F%2Flogin.nixc.us%2F' - 'traefik.http.middlewares.authelia_authelia.forwardAuth.trustForwardHeader=true' - 'traefik.http.middlewares.authelia_authelia.forwardAuth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Email,Remote-Name' # - "us.nixc.autodeploy=true" @@ -78,8 +78,8 @@ services: # - 'traefik.http.routers.authelia_authelia.rule=Host(`login.nixc.us`)' # - 'traefik.http.routers.authelia_authelia.entrypoints=websecure' # - "traefik.http.routers.authelia_authelia.tls.certresolver=letsencryptresolver" - # - "traefik.http.routers.authelia_authelia.service=authelia_authelia" - # - "traefik.docker.network=traefik" + # - "traefik.http.routers.authelia_authelia.service=authelia_authelia" + - "traefik.docker.network=traefik" # # ## Authelia recommendations # - 'traefik.http.middlewares.authelia_authelia.forwardauth.address=http://authelia_authelia:9091/api/verify?rd=https://login.nixc.us/' # - 'traefik.http.middlewares.authelia_authelia.forwardauth.trustForwardHeader=true'