mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-04 18:24:34 +02:00
introduce mod/notification-ntfy...
... for sending notifications via Ntfy (https://ntfy.sh/). TODO: use proper formatting once supported in Android app: https://github.com/binwiederhier/ntfy/issues/889
This commit is contained in:
parent
5fbf584d4c
commit
5932586ee4
19 changed files with 243 additions and 14 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue