freun-dev: add uptime kuma

This commit is contained in:
Joakim Repomaa
2025-02-17 15:31:40 +02:00
parent da0fab832c
commit 18c93e224a
3 changed files with 25 additions and 0 deletions
+8
View File
@@ -188,5 +188,13 @@ in
SMTP_PORT = smtp.port;
};
};
uptime-kuma = {
enable = true;
subdomain = "status";
settings = {
PORT = "3007";
};
};
};
}