From c3f8bd3830c856b5c6040987f2d0b0693452f55c Mon Sep 17 00:00:00 2001 From: Leopere Date: Wed, 4 Mar 2026 17:55:37 -0500 Subject: [PATCH] Fix: Authelia priority 10 so /login/* goes to portal, not ss-atlas forward-auth Made-with: Cursor --- stack.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/stack.yml b/stack.yml index 455eca5..ba6698a 100644 --- a/stack.yml +++ b/stack.yml @@ -136,6 +136,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.authelia.rule=Host(`bc.a250.ca`) && PathPrefix(`/login`)" + - "traefik.http.routers.authelia.priority=10" - "traefik.http.routers.authelia.entrypoints=websecure" - "traefik.http.routers.authelia.tls=true" - "traefik.http.services.authelia.loadbalancer.server.port=9091"