From d590b3499ca0191b2b9f26f76d030411a9f51895 Mon Sep 17 00:00:00 2001 From: ulfrxdev Date: Wed, 25 Mar 2026 23:58:49 +0100 Subject: [PATCH] Temporarily turn off authentik protection for recipe --- stacks/recipe/docker-compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stacks/recipe/docker-compose.yaml b/stacks/recipe/docker-compose.yaml index af506c9..ec496dd 100644 --- a/stacks/recipe/docker-compose.yaml +++ b/stacks/recipe/docker-compose.yaml @@ -15,10 +15,10 @@ services: - "traefik.http.services.recipe.loadbalancer.server.port=80" # Authentik Protection - - "traefik.http.middlewares.authentik.forwardauth.address=http://authentik-server:9000/outpost.goauthentik.io/auth/traefik" - - "traefik.http.middlewares.authentik.forwardauth.trustForwardHeader=true" - - "traefik.http.middlewares.authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-groups,X-authentik-entitlements,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-jwt,X-authentik-meta-jwks,X-authentik-meta-outpost,X-authentik-meta-provider,X-authentik-meta-app,X-authentik-meta-version" - - "traefik.http.routers.recipe.middlewares=authentik" +# - "traefik.http.middlewares.authentik.forwardauth.address=http://authentik-server:9000/outpost.goauthentik.io/auth/traefik" +# - "traefik.http.middlewares.authentik.forwardauth.trustForwardHeader=true" +# - "traefik.http.middlewares.authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-groups,X-authentik-entitlements,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-jwt,X-authentik-meta-jwks,X-authentik-meta-outpost,X-authentik-meta-provider,X-authentik-meta-app,X-authentik-meta-version" +# - "traefik.http.routers.recipe.middlewares=authentik" networks: homelab_apps: