doc/mod/notification-ntfy: link to 'certificate name from browser'

This commit is contained in:
Christian Hesse 2024-10-31 14:43:39 +01:00
parent af942d90d3
commit c5740c2328
2 changed files with 6 additions and 0 deletions

View file

@ -73,6 +73,7 @@ See also
--------
* [Send notifications via Matrix](doc/mod/notification-matrix.md)
* [Send notifications via Ntfy](doc/mod/notification-ntfy.md)
---
[⬅️ Go back to main README](README.md)

View file

@ -52,6 +52,10 @@ basic authentication. Configure `NtfyServerUser` and `NtfyServerPass` for this.
Even authentication via access token is possible, adding it as password with
a blank username.
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).
Usage and invocation
--------------------
@ -82,6 +86,7 @@ function available:
See also
--------
* [Certificate name from browser](../../CERTIFICATES.md)
* [Send notifications via e-mail](notification-email.md)
* [Send notifications via Matrix](notification-matrix.md)
* [Send notifications via Telegram](notification-telegram.md)