From 05cd0b02bc5fb7d4bfea7a976cf29c3c32864d3b Mon Sep 17 00:00:00 2001 From: Lucas Conrad Date: Sun, 21 Jun 2026 18:43:17 +0200 Subject: [PATCH] fix permission --- docker/stacks/00-core/authelia/docker-compose.yml | 2 +- docker/stacks/00-core/traefik/letsencrypt/acme.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docker/stacks/00-core/traefik/letsencrypt/acme.json diff --git a/docker/stacks/00-core/authelia/docker-compose.yml b/docker/stacks/00-core/authelia/docker-compose.yml index 5d80c77..94df761 100644 --- a/docker/stacks/00-core/authelia/docker-compose.yml +++ b/docker/stacks/00-core/authelia/docker-compose.yml @@ -13,7 +13,7 @@ services: - "traefik.http.routers.authelia.rule=Host(`auth.kotori-waifu.cc`)" - "traefik.http.routers.authelia.tls.certresolver=cloudflare" - "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.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email" restart: unless-stopped diff --git a/docker/stacks/00-core/traefik/letsencrypt/acme.json b/docker/stacks/00-core/traefik/letsencrypt/acme.json new file mode 100644 index 0000000..e69de29