Uptime-Kuma

This commit is contained in:
pazpi 2025-09-14 12:58:21 +02:00
parent c505db0d60
commit b10ea494cb
3 changed files with 26 additions and 3 deletions

View file

@ -118,6 +118,12 @@ in
host = p.hosts.metrics;
};
};
uptime-kuma.proxy = {
enable = true;
domain = p.domains.public;
host = p.hosts.portainer;
};
};
networking = {

View file

@ -16,6 +16,9 @@ in
commons.enable = true;
lxc-standard.enable = true;
};
monitoring.uptime-kuma.enable = true;
virtualisation = {
proxmox.enable = true;
portainer = {