Update Traefik router rule for authentik outpost
This commit is contained in:
committed by
GitHub
parent
35bb14028f
commit
d05d783244
@@ -80,7 +80,7 @@ services:
|
||||
traefik.http.routers.authentik-outpost-gitea.priority: "50"
|
||||
|
||||
# ✅ CORRECCIÓN: Callback del outpost para tu WEB (www.thehomelesssherlock.com)
|
||||
traefik.http.routers.authentik-outpost-ths.rule: "Host(`${THS_DOMAIN}`) && PathPrefix(`/outpost.goauthentik.io/`)"
|
||||
traefik.http.routers.authentik-outpost-ths.rule: "Host(`thehomelesssherlock.com`,`www.thehomelesssherlock.com`) && PathPrefix(`/outpost.goauthentik.io/`)"
|
||||
traefik.http.routers.authentik-outpost-ths.entrypoints: "${TRAEFIK_ENTRYPOINT_SECURE}"
|
||||
traefik.http.routers.authentik-outpost-ths.tls: "true"
|
||||
traefik.http.routers.authentik-outpost-ths.tls.certresolver: "${TRAEFIK_CERTRESOLVER}"
|
||||
|
||||
Reference in New Issue
Block a user