vps-monitor: Remove ssh-gatus-endpoint

This commit is contained in:
SebastianStork 2025-11-26 21:15:21 +01:00
parent 35e0b2d6b4
commit 094393879b
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -37,17 +37,10 @@
enable = true;
domain = "status.${tailscaleDomain}";
generateDefaultEndpoints = true;
endpoints = {
"alerts" = {
endpoints."alerts" = {
path = "/v1/health";
extraConditions = [ "[BODY].healthy == true" ];
};
"git ssh" = {
group = "vps-public";
protocol = "ssh";
domain = "git.sstork.dev";
};
};
};
ntfy = {