Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-15 | mod/notification-ntfy: use custom user agent string | Christian Hesse | 1 | -1/+3 | |
2024-04-15 | mod/notification-ntfy: support basic authchange-127 | Christian Hesse | 1 | -3/+11 | |
Closes #59 | |||||
2024-04-10 | mod/notification-ntfy: $SendNtfy: set origin | Christian Hesse | 1 | -1/+1 | |
2024-04-07 | bump RouterOS requirement for all scripts and modules...routeros-7.13-6 | Christian Hesse | 1 | -0/+2 | |
... now that global-functions requires RouterOS 7.13 anyway. | |||||
2024-03-12 | mod/notification-ntfy: switch to $LogPrint | Christian Hesse | 1 | -7/+8 | |
2024-01-01 | update copyright for 2024 | Christian Hesse | 1 | -1/+1 | |
2023-11-14 | mod/notification-ntfy: rename scheduler | Christian Hesse | 1 | -5/+5 | |
2023-10-17 | mod/notification-ntfy: check for root certificate availability | Christian Hesse | 1 | -0/+6 | |
... at least with default server. | |||||
2023-10-17 | introduce mod/notification-ntfy...change-109 | Christian Hesse | 1 | -0/+129 | |
... for sending notifications via Ntfy (https://ntfy.sh/). TODO: use proper formatting once supported in Android app: https://github.com/binwiederhier/ntfy/issues/889 |