mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 10:31:34 +01:00
Expose ntfy publicly
This commit is contained in:
parent
b1a827580d
commit
55c0eb01be
2 changed files with 4 additions and 4 deletions
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
ntfy = {
|
||||
enable = true;
|
||||
domain = "alerts.${privateDomain}";
|
||||
domain = "alerts.sprouted.cloud";
|
||||
};
|
||||
|
||||
grafana = {
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ in
|
|||
connectivity.checker.target = "1.1.1.1:53"; # Cloudflare DNS
|
||||
alerting.ntfy = {
|
||||
topic = "uptime";
|
||||
url = "https://alerts.${config.custom.networking.overlay.domain}";
|
||||
url = "https://alerts.sprouted.cloud";
|
||||
click = "https://${cfg.domain}";
|
||||
default-alert = {
|
||||
enable = true;
|
||||
|
|
@ -122,8 +122,8 @@ in
|
|||
send-on-resolved = true;
|
||||
};
|
||||
overrides = lib.singleton {
|
||||
group = "Monitoring";
|
||||
topic = "stork-atlas";
|
||||
group = config.networking.hostName;
|
||||
topic = "splitleaf";
|
||||
url = "https://ntfy.sh";
|
||||
default-alert = {
|
||||
failure-threshold = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue