mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-23 01:58:40 +02:00
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:
parent
fc3beac83b
commit
2e42f7963c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue