mod/notification-ntfy: use empty strings as default...

... which should be fine now that the credentials are not passed with
fetch's properties, but as properly formatted authentication header.
This commit is contained in:
Christian Hesse 2025-02-10 08:45:25 +01:00
parent fc3beac83b
commit 2e42f7963c

View file

@ -56,9 +56,9 @@
# install the module: # install the module:
# $ScriptInstallUpdate mod/notification-ntfy # $ScriptInstallUpdate mod/notification-ntfy
:global NtfyServer "ntfy.sh"; :global NtfyServer "ntfy.sh";
:global NtfyServerUser []; :global NtfyServerUser "";
:global NtfyServerPass []; :global NtfyServerPass "";
:global NtfyServerToken []; :global NtfyServerToken "";
:global NtfyTopic ""; :global NtfyTopic "";
# It is possible to override e-mail, Telegram, Matrix and Ntfy setting # It is possible to override e-mail, Telegram, Matrix and Ntfy setting