diff options
author | Christian Hesse <mail@eworm.de> | 2024-04-09 23:46:32 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-04-15 09:11:17 +0200 |
commit | ca2e5f2a017c20f272419c5539b7c234a02f45a4 (patch) | |
tree | f11813b9c368a1d88fa6370d5bf99b79fef287d6 /global-config.rsc | |
parent | 5f76c245b016125f9e56d45bef381bae38731491 (diff) |
mod/notification-ntfy: support basic authchange-127
Closes #59
Diffstat (limited to 'global-config.rsc')
-rw-r--r-- | global-config.rsc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global-config.rsc b/global-config.rsc index f393abb..6a37c0c 100644 --- a/global-config.rsc +++ b/global-config.rsc @@ -56,6 +56,8 @@ # install the module: # $ScriptInstallUpdate mod/notification-ntfy :global NtfyServer "ntfy.sh"; +:global NtfyServerUser []; +:global NtfyServerPass []; :global NtfyTopic ""; # It is possible to override e-mail, Telegram, Matrix and Ntfy setting |