fix permission
Production GitOps Engine / execute-ansible (push) Failing after 50s Details

This commit is contained in:
Lucas Conrad 2026-06-21 18:43:17 +02:00
parent 63d2b188b4
commit 05cd0b02bc
2 changed files with 1 additions and 1 deletions

View File

@ -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