add uptime kuma to Drone

This commit is contained in:
wo2wz 2025-09-08 10:26:23 -04:00
parent dde5b3e109
commit 1e4ee9def3
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{ config, ... }:
{
services.uptime-kuma = {
enable = true;
settings.PORT = "8005";
};
}