uptime-kuma: now proxy websockets as well

This commit is contained in:
eyjhb 2025-03-01 08:57:38 +01:00
parent a269868d74
commit 9196021d2f
Signed by: eyjhb
GPG key ID: 609F508E3239F920

View file

@ -59,6 +59,7 @@ in {
locations."/" = config.mine.shared.lib.authelia.mkProtectedLocation {
proxyPass = "http://localhost:${builtins.toString config.services.uptime-kuma.settings.PORT}";
proxyWebsockets = true;
};
};