forked from Nixius/authelia
1
0
Fork 0

Fix: Authelia priority 10 so /login/* goes to portal, not ss-atlas forward-auth

Made-with: Cursor
This commit is contained in:
Leopere 2026-03-04 17:55:37 -05:00
parent 163128b0ca
commit c3f8bd3830
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 1 additions and 0 deletions

View File

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