mod/notification-ntfy: support basic auth

Closes #59
This commit is contained in:
Christian Hesse 2024-04-09 23:46:32 +02:00
parent 5f76c245b0
commit ca2e5f2a01
5 changed files with 20 additions and 4 deletions

View file

@ -47,6 +47,11 @@ Then reload the configuration.
> [`global-config`](../../global-config.rsc) (the one without `-overlay`) to
> your local `global-config-overlay` and modify it to your specific needs.
Using a paid account or running a server on-premises allows to add additional
basic authentication. Configure `NtfyServerUser` and `NtfyServerPass` for this.
Even authentication via access token is possible, adding it as password with
a blank username.
Usage and invocation
--------------------