From 8bc3d589fa3a1ec3f5c801d5f9d7ad1dd6737f00 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 7 Apr 2024 16:42:42 -0400 Subject: [PATCH] update --- stack.production.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index 2ea4227..5f9c907 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -63,20 +63,20 @@ services: labels: - "us.nixc.autodeploy=true" - 'traefik.enable=true' - - 'traefik.http.routers.production-authelia_authelia.tls=true' - - "traefik.http.services.production-authelia_authelia.loadbalancer.server.port=9091" - - 'traefik.http.routers.production-authelia_authelia.rule=Host(`login.nixc.us`)' - - 'traefik.http.routers.production-authelia_authelia.entrypoints=websecure' - - "traefik.http.routers.production-authelia_authelia.tls.certresolver=letsencryptresolver" - - "traefik.http.routers.production-authelia_authelia.service=authelia_authelia" + - 'traefik.http.routers.authelia_authelia.tls=true' + - "traefik.http.services.authelia_authelia.loadbalancer.server.port=9091" + - '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" ## Authelia recommendations - - 'traefik.http.middlewares.production-authelia_authelia.forwardauth.address=http://authelia_authelia:9091/api/verify?rd=https://login.nixc.us/' - - 'traefik.http.middlewares.production-authelia_authelia.forwardauth.trustForwardHeader=true' - - 'traefik.http.middlewares.production-authelia_authelia.forwardauth.authResponseHeaders=Remote-User, Remote-Groups, Remote-Name, Remote-Email' - - 'traefik.http.middlewares.production-authelia-basic.forwardauth.address=http://authelia_authelia:9091/api/verify?auth=basic' - - 'traefik.http.middlewares.production-authelia-basic.forwardauth.trustForwardHeader=true' - - 'traefik.http.middlewares.production-authelia-basic.forwardauth.authResponseHeaders=Remote-User, Remote-Groups, Remote-Name, Remote-Email' + - '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' + - 'traefik.http.middlewares.authelia_authelia.forwardauth.authResponseHeaders=Remote-User, Remote-Groups, Remote-Name, Remote-Email' + - 'traefik.http.middlewares.authelia-basic.forwardauth.address=http://authelia_authelia:9091/api/verify?auth=basic' + - 'traefik.http.middlewares.authelia-basic.forwardauth.trustForwardHeader=true' + - 'traefik.http.middlewares.authelia-basic.forwardauth.authResponseHeaders=Remote-User, Remote-Groups, Remote-Name, Remote-Email' redis: image: git.nixc.us/nixius/authelia:production-redis