mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 01:31:33 +01:00
Replace uptime-kuma with gatus on cumulus
This commit is contained in:
parent
f81d169e64
commit
c6056c2161
1 changed files with 4 additions and 5 deletions
|
|
@ -15,10 +15,9 @@
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
uptimeKuma = {
|
gatus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
domain = "uptime.${config.custom.services.tailscale.domain}";
|
domain = "status.${config.custom.services.tailscale.domain}";
|
||||||
backups.enable = true;
|
|
||||||
};
|
};
|
||||||
ntfy = {
|
ntfy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -26,8 +25,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
caddy.virtualHosts = {
|
caddy.virtualHosts = {
|
||||||
uptimeKuma = {
|
gatus = {
|
||||||
inherit (config.custom.services.uptimeKuma) domain port;
|
inherit (config.custom.services.gatus) domain port;
|
||||||
};
|
};
|
||||||
ntfy = {
|
ntfy = {
|
||||||
inherit (config.custom.services.ntfy) domain port;
|
inherit (config.custom.services.ntfy) domain port;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue