From c6056c2161966016303e09d146902d52d1ae9c5e Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 14 Jun 2025 18:44:03 +0200 Subject: [PATCH] Replace uptime-kuma with gatus on cumulus --- hosts/cumulus/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/hosts/cumulus/default.nix b/hosts/cumulus/default.nix index 4060938..f64f04f 100644 --- a/hosts/cumulus/default.nix +++ b/hosts/cumulus/default.nix @@ -15,10 +15,9 @@ ssh.enable = true; }; - uptimeKuma = { + gatus = { enable = true; - domain = "uptime.${config.custom.services.tailscale.domain}"; - backups.enable = true; + domain = "status.${config.custom.services.tailscale.domain}"; }; ntfy = { enable = true; @@ -26,8 +25,8 @@ }; caddy.virtualHosts = { - uptimeKuma = { - inherit (config.custom.services.uptimeKuma) domain port; + gatus = { + inherit (config.custom.services.gatus) domain port; }; ntfy = { inherit (config.custom.services.ntfy) domain port;