spec(web): enable uptime-kuma

This commit is contained in:
514fpv 2024-03-18 11:09:56 +08:00
parent 535818a7ee
commit 67f6e54bd4
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ
2 changed files with 20 additions and 0 deletions

View file

@ -25,6 +25,15 @@
globalRedirect = "514fpv.one";
enableACME = true;
};
"uptime.514fpv.one" = {
locations."/" = {
proxyPass = "http://127.0.0.1:4000";
proxyWebsockets = true;
};
forceSSL = true;
enableACME = true;
};
};
};