aboutsummaryrefslogtreecommitdiffstats
path: root/global-config.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-10-11 07:40:55 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-10-17 14:05:03 +0200
commit5932586ee4c573903dbd40b4f422ffb2819b9ba2 (patch)
tree3c6d504c5acbc984011bbb4ad81654cfb98c4fe4 /global-config.rsc
parent5fbf584d4ca128e5acfd0424ec66e2edc24dd946 (diff)
introduce mod/notification-ntfy...change-109
... for sending notifications via Ntfy (https://ntfy.sh/). TODO: use proper formatting once supported in Android app: https://github.com/binwiederhier/ntfy/issues/889
Diffstat (limited to 'global-config.rsc')
-rw-r--r--global-config.rsc12
1 files changed, 9 insertions, 3 deletions
diff --git a/global-config.rsc b/global-config.rsc
index 28148e0..5d39c86 100644
--- a/global-config.rsc
+++ b/global-config.rsc
@@ -52,9 +52,15 @@
#:global MatrixAccessToken "123456ABCDEFGHI...";
#:global MatrixRoom "!example:matrix.org";
-# It is possible to override e-mail, Telegram and Matrix setting for every
-# script. This is done in arrays, where 'Override' is appended to the
-# variable name, like this:
+# You can send Ntfy notifications. Configure these settings and
+# install the module:
+# $ScriptInstallUpdate mod/notification-ntfy
+:global NtfyServer "ntfy.sh";
+:global NtfyTopic "";
+
+# It is possible to override e-mail, Telegram, Matrix and Ntfy setting
+# for every script. This is done in arrays, where 'Override' is appended
+# to the variable name, like this:
#:global EmailGeneralToOverride {
# "check-certificates"="override@example.com";
# "backup-email"="backup@example.com";