vps-monitor: Disable gatus notifications

This commit is contained in:
SebastianStork 2026-03-01 14:33:03 +01:00
parent 21e99f1353
commit b80fc49dee
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 9 additions and 17 deletions

View file

@ -32,18 +32,7 @@
enable = true;
domain = "status.${privateDomain}";
generateDefaultEndpoints = true;
endpoints = {
"dav.${sproutedDomain}".enable = false;
"alerts.${sproutedDomain}" = {
path = "/v1/health";
extraConditions = [ "[BODY].healthy == true" ];
};
};
};
ntfy = {
enable = true;
domain = "alerts.${sproutedDomain}";
endpoints."dav.${sproutedDomain}".enable = false;
};
};
};