Uptime Kuma

This commit is contained in:
Aleksandr Lebedev 2025-10-14 13:33:41 +02:00
parent a3803493fe
commit 051031c3f7
3 changed files with 23 additions and 0 deletions

View file

@ -77,6 +77,14 @@ in {
'';
};
};
"uptime.kylekrein.com" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://${toString config.services.uptime-kuma.settings.HOST}:${toString config.services.uptime-kuma.settings.PORT}";
proxyWebsockets = true;
};
};
"${config.services.nextcloud.hostName}" = {
enableACME = true;