Runs on sgx so alerts (via Gmail) still work even if mx is down. Available at https://status.hoyer.world behind nginx with ACME cert. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
10 lines
135 B
Nix
10 lines
135 B
Nix
{ ... }:
|
|
{
|
|
services.uptime-kuma = {
|
|
enable = true;
|
|
settings = {
|
|
PORT = "4000";
|
|
HOST = "127.0.0.1";
|
|
};
|
|
};
|
|
}
|