fix permission
Production GitOps Engine / execute-ansible (push) Failing after 50s
Details
Production GitOps Engine / execute-ansible (push) Failing after 50s
Details
This commit is contained in:
parent
63d2b188b4
commit
05cd0b02bc
|
|
@ -13,7 +13,7 @@ services:
|
||||||
- "traefik.http.routers.authelia.rule=Host(`auth.kotori-waifu.cc`)"
|
- "traefik.http.routers.authelia.rule=Host(`auth.kotori-waifu.cc`)"
|
||||||
- "traefik.http.routers.authelia.tls.certresolver=cloudflare"
|
- "traefik.http.routers.authelia.tls.certresolver=cloudflare"
|
||||||
- "traefik.http.services.authelia.loadbalancer.server.port=9091"
|
- "traefik.http.services.authelia.loadbalancer.server.port=9091"
|
||||||
- "traefik.http.middlewares.authelia.forwardauth.address=http://authelia:9091/api/authz/forward-auth"
|
- "traefik.http.middlewares.authelia.forwardauth.address=http://authelia:9091/api/authz/forward-auth?authelia_url=https://auth.kotori-waifu.cc/"
|
||||||
- "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"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue