mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11: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;
|
||||
domain = "status.${tailscaleDomain}";
|
||||
generateDefaultEndpoints = true;
|
||||
endpoints = {
|
||||
"alerts" = {
|
||||
path = "/v1/health";
|
||||
extraConditions = [ "[BODY].healthy == true" ];
|
||||
};
|
||||
"git ssh" = {
|
||||
group = "vps-public";
|
||||
protocol = "ssh";
|
||||
domain = "git.sstork.dev";
|
||||
};
|
||||
endpoints."alerts" = {
|
||||
path = "/v1/health";
|
||||
extraConditions = [ "[BODY].healthy == true" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue