diff options
author | Christian Hesse <mail@eworm.de> | 2024-12-13 17:40:49 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-12-17 13:21:19 +0100 |
commit | d1b9b1b410933e0510845c245f742a7df172dc61 (patch) | |
tree | 2e3dc2f104de74c57dcc713c4a2364c4f3a9c8b8 /doc | |
parent | a7878d664f51ed77a574a5d360c9c53863d0d488 (diff) |
mod/notification-ntfy: support authentication with bearer token
Closes: https://github.com/eworm-de/routeros-scripts/issues/86
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mod/notification-ntfy.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/mod/notification-ntfy.md b/doc/mod/notification-ntfy.md index 5393d44..04dee35 100644 --- a/doc/mod/notification-ntfy.md +++ b/doc/mod/notification-ntfy.md @@ -52,6 +52,8 @@ basic authentication. Configure `NtfyServerUser` and `NtfyServerPass` for this. Even authentication via access token is possible, adding it as password with a blank username. +Also available is `NtfyServerToken` to add a bearer token for authentication. + For a custom service installing an additional certificate may be required. You may want to install that certificate manually, after finding the [certificate name from browser](../../CERTIFICATES.md). |