From 55c0eb01be48f4ab0162e3987bb777630c6373c3 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 12 Jan 2026 01:42:30 +0100 Subject: [PATCH] Expose ntfy publicly --- hosts/vps-monitor/default.nix | 2 +- modules/system/web-services/gatus.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/vps-monitor/default.nix b/hosts/vps-monitor/default.nix index cd49612..6cc1550 100644 --- a/hosts/vps-monitor/default.nix +++ b/hosts/vps-monitor/default.nix @@ -59,7 +59,7 @@ ntfy = { enable = true; - domain = "alerts.${privateDomain}"; + domain = "alerts.sprouted.cloud"; }; grafana = { diff --git a/modules/system/web-services/gatus.nix b/modules/system/web-services/gatus.nix index 163b882..12105c6 100644 --- a/modules/system/web-services/gatus.nix +++ b/modules/system/web-services/gatus.nix @@ -113,7 +113,7 @@ in connectivity.checker.target = "1.1.1.1:53"; # Cloudflare DNS alerting.ntfy = { topic = "uptime"; - url = "https://alerts.${config.custom.networking.overlay.domain}"; + url = "https://alerts.sprouted.cloud"; click = "https://${cfg.domain}"; default-alert = { enable = true; @@ -122,8 +122,8 @@ in send-on-resolved = true; }; overrides = lib.singleton { - group = "Monitoring"; - topic = "stork-atlas"; + group = config.networking.hostName; + topic = "splitleaf"; url = "https://ntfy.sh"; default-alert = { failure-threshold = 4;