1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

5 Commits

Author SHA1 Message Date
bad6f5a7cc doc: add sample notifications 2021-06-21 08:54:04 +02:00
8375673d93 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/
2021-06-08 21:07:25 +02:00
64ff7fcf65 doc: inform about dependency on base installation
That should make the documentation clearer if external sites link to the
documentation of a specific script.
2021-05-03 15:07:50 +02:00
ce5e34ef9e doc/sms-forward: add a hint on receiving sms 2020-05-17 22:36:30 +02:00
e8bc0a7169 add doc/sms-forward.md 2020-03-27 22:12:49 +01:00