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,16 +37,9 @@
enable = true; enable = true;
domain = "status.${tailscaleDomain}"; domain = "status.${tailscaleDomain}";
generateDefaultEndpoints = true; generateDefaultEndpoints = true;
endpoints = { endpoints."alerts" = {
"alerts" = { path = "/v1/health";
path = "/v1/health"; extraConditions = [ "[BODY].healthy == true" ];
extraConditions = [ "[BODY].healthy == true" ];
};
"git ssh" = {
group = "vps-public";
protocol = "ssh";
domain = "git.sstork.dev";
};
}; };
}; };