replace nforwardauth with authelia #231
1 changed files with 3 additions and 3 deletions
|
@ -38,15 +38,15 @@ services:
|
||||||
- ./users_database.yml:/config/users_database.yml
|
- ./users_database.yml:/config/users_database.yml
|
||||||
- authelia_data:/data
|
- authelia_data:/data
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true'
|
traefik.enable: true
|
||||||
traefik.http.routers.authelia.rule: Host(`auth.mgrote.net`)
|
traefik.http.routers.authelia.rule: Host(`auth.mgrote.net`)
|
||||||
traefik.http.services.authelia.loadbalancer.server.port: 80
|
traefik.http.services.authelia.loadbalancer.server.port: 80
|
||||||
traefik.http.routers.authelia.tls: true
|
traefik.http.routers.authelia.tls: true
|
||||||
traefik.http.routers.authelia.tls.certresolver: resolver_letsencrypt
|
traefik.http.routers.authelia.tls.certresolver: resolver_letsencrypt
|
||||||
traefik.http.routers.authelia.entrypoints: entry_https
|
traefik.http.routers.authelia.entrypoints: entry_https
|
||||||
traefik.http.middlewares.authelia.forwardauth.address: http://authelia:9091/api/verify?rd=https://auth.mgrote.net'
|
traefik.http.middlewares.authelia.forwardauth.address: http://authelia:9091/api/verify?rd=https://auth.mgrote.net'
|
||||||
traefik.http.middlewares.authelia.forwardauth.trustForwardHeader: true'
|
traefik.http.middlewares.authelia.forwardauth.trustForwardHeader: true
|
||||||
traefik.http.middlewares.authelia.forwardauth.authResponseHeaders: Remote-User,Remote-Groups,Remote-Name,Remote-Email'
|
traefik.http.middlewares.authelia.forwardauth.authResponseHeaders: Remote-User,Remote-Groups,Remote-Name,Remote-Email
|
||||||
depends_on:
|
depends_on:
|
||||||
- authelia-redis
|
- authelia-redis
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue