This commit is contained in:
Michael Grote 2023-03-31 14:23:17 +02:00
parent 2eee598c15
commit 3dc1e2c99c
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@ services:
- com.centurylinklabs.watchtower.enable=true
- com.centurylinklabs.watchtower.depends-on=authelia-postgres,authelia-redis
- traefik.http.middlewares.authelia.forwardauth.address=http://authelia-app:9091/api/authz/forward-auth?authelia-url=http://authelia.grote.lan
- traefik.http.middlewares.authelia.forwardauth.address=http://authelia-app:9091/api/authz/forward-auth?authelia-url=http://auth.mgrote.net
- traefik.http.middlewares.authelia.forwardauth.trustForwardHeader=true
- traefik.http.middlewares.authelia.forwardauth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email
- traefik.enable=true
- traefik.http.routers.authelia.rule=Host(`authelia.grote.lan`)
- traefik.http.routers.authelia.rule=Host(`auth.mgrote.net`)
- traefik.http.routers.authelia.tls=true
- traefik.http.routers.authelia.tls.certresolver=resolver_letsencrypt
- traefik.http.routers.authelia.entrypoints=entry_https