mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-04 10:15:05 +02:00
global-functions: implement notifications via Matrix
Matrix is an open network for secure, decentralized communication - and it has a web api. A warning on message type: Using 'm.notice' breaks rendering on Element for Android (no fixed width font) and does not pop up desktop notification. Thus we use 'm.text'. Should be safe as we do not send the messages in response to other messages. https://matrix.org/
This commit is contained in:
parent
7a43bfbc6a
commit
8375673d93
15 changed files with 186 additions and 18 deletions
|
@ -22,8 +22,8 @@ Just install the script:
|
|||
Configuration
|
||||
-------------
|
||||
|
||||
The expiry notifications just require notification settings for e-mail and
|
||||
telegram.
|
||||
The expiry notifications just require notification settings for e-mail,
|
||||
matrix and/or telegram.
|
||||
|
||||
For automatic download and renewal of certificates you need configuration
|
||||
in `global-config-overlay`, these are the parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue