mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-03-05 05:29:37 +00:00
introduce mod/notification-gotify...
... for sending notifications via Gotify (https://gotify.net). Co-authored-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
b0ec93a235
commit
be7b3b4366
24 changed files with 264 additions and 4 deletions
|
|
@ -63,6 +63,12 @@
|
|||
:global NtfyServerToken "";
|
||||
:global NtfyTopic "";
|
||||
|
||||
# You can send Gotify notifications. Configure these settings and
|
||||
# install the module:
|
||||
# $ScriptInstallUpdate mod/notification-gotify
|
||||
:global GotifyServer "";
|
||||
:global GotifyToken "";
|
||||
|
||||
# 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue