Add uptime-kuma

This commit is contained in:
Natsu Kagami 2023-06-13 11:47:58 +02:00
parent 900b61c936
commit d531f78075
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -88,6 +88,17 @@
};
cloud.traefik.certsDumper.enable = true;
# Uptime-Kuma
services.uptime-kuma = {
enable = true;
settings.HOST = "127.0.0.1";
settings.PORT = "16904";
};
cloud.traefik.hosts.uptime-kuma = { host = "status.nkagami.me"; port = 16904; };
cloud.traefik.hosts.uptime-kuma-dtth = { host = "status.dtth.ch"; port = 16904; };
cloud.traefik.hosts.uptime-kuma-codefun = { host = "status.codefun.vn"; port = 16904; };
# Arion
virtualisation.arion.backend = "docker";