mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
vps-monitor: Remove ssh-gatus-endpoint
This commit is contained in:
parent
35e0b2d6b4
commit
094393879b
1 changed files with 3 additions and 10 deletions
|
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue