mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Add gatus.endpointDomains option
This commit is contained in:
parent
6c0ff3393b
commit
9a832b61e1
2 changed files with 7 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
|||
gatus = {
|
||||
enable = true;
|
||||
domain = "status.${config.custom.services.tailscale.domain}";
|
||||
endpointDomains = config.meta.domains.globalList;
|
||||
endpoints = {
|
||||
"status".group = "Monitoring";
|
||||
"alerts" = {
|
||||
|
|
@ -28,6 +29,7 @@
|
|||
"git ssh".url = "ssh://git.sstork.dev";
|
||||
};
|
||||
};
|
||||
|
||||
ntfy = {
|
||||
enable = true;
|
||||
domain = "alerts.${config.custom.services.tailscale.domain}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue