uptime

Uptime monitoring dashboard via uptime-kuma.

The service runs in a NixOS container (native runtime). It binds on all container interfaces on port 3001. The default idle timeout of 43200 seconds (12 hours) applies — the container is stopped after 12 hours of inactivity and started on the next proxied request.

AttributeValue
RuntimeNative (NixOS container)
Port3001
Idle timeout43200 s (12 h)
OCI image

Consumer provides: id and zone placement.

nixda.zones.management.services.uptime = lib.recursiveUpdate
  config.nixda.catalog.uptime
  { id = 10; };

Back to Blueprint Catalog