Add uptime kuma
All checks were successful
Check Flake / check-flake (push) Successful in 9m15s

This commit is contained in:
2026-02-22 15:49:26 -08:00
parent bab4b3ff8e
commit 339eac52c6
3 changed files with 41 additions and 0 deletions

View File

@@ -112,4 +112,8 @@
# push notifications
services.ntfy-sh.enable = true;
services.ntfy-sh.hostname = "ntfy.neet.dev";
# uptime monitoring
services.uptime-kuma.enable = true;
services.uptime-kuma.hostname = "status.neet.dev";
}