diff --git a/stacks/homepage/docker-compose.yaml b/stacks/homepage/docker-compose.yaml index d1fb533..3f0fabb 100644 --- a/stacks/homepage/docker-compose.yaml +++ b/stacks/homepage/docker-compose.yaml @@ -18,7 +18,7 @@ services: - "traefik.http.routers.homepage.tls.certresolver=le" - "traefik.http.services.homepage.loadbalancer.server.port=3000" - - "traefik.http.middlewares.authentik.forwardauth.address=http://authentik-server-1:9000/outpost.goauthentik.io/auth/traefik" + - "traefik.http.middlewares.authentik.forwardauth.address=http://authentik-server:9000/outpost.goauthentik.io/auth/traefik" - "traefik.http.middlewares.authentik.forwardauth.trustForwardHeader=true" - "traefik.http.middlewares.authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-groups,X-authentik-entitlements,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-jwt,X-authentik-meta-jwks,X-authentik-meta-outpost,X-authentik-meta-provider,X-authentik-meta-app,X-authentik-meta-version" - "traefik.http.routers.homepage.middlewares=authentik"