Host gatus on homeserver instead of vps-monitor

This commit is contained in:
SebastianStork 2026-03-01 14:44:42 +01:00
parent b80fc49dee
commit d521069b8d
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
4 changed files with 12 additions and 23 deletions

View file

@ -66,6 +66,12 @@
enable = true;
domain = "grafana.${privateDomain}";
};
gatus = {
enable = true;
domain = "status.${privateDomain}";
generateDefaultEndpoints = true;
};
};
};
}