caddy: enable websockets for authentik

This commit is contained in:
2026-05-26 12:06:27 +02:00
parent a480212804
commit 66212c922a

View File

@@ -38,7 +38,10 @@ data:
@umami host umami.vhaudiquet.fr
handle @authentik {
reverse_proxy traefik.traefik.svc.cluster.local:80
reverse_proxy traefik.traefik.svc.cluster.local:80 {
header_up Connection {>Connection}
header_up Upgrade {>Upgrade}
}
}
handle @auth-nook {
reverse_proxy traefik.traefik.svc.cluster.local:80