add ntfy token

master
beedaddy 2025-03-20 10:26:13 +01:00
parent 520532b8ff
commit 6c1ef0557d
1 changed files with 2 additions and 1 deletions

@ -725,11 +725,12 @@ acme.sh --set-notify --notify-hook mattermost
## 25. Set notification for ntfy
Make sure to change `NTFY_TOPIC` to something that cannot be guessed easily.
Make sure to change `NTFY_TOPIC` to something that cannot be guessed easily. `NTFY_TOKEN` is optional.
```sh
export NTFY_URL="https://ntfy.sh"
export NTFY_TOPIC="xxxxxxxxxxxxx"
export NTFY_TOKEN="xxxxxxxxxxxxx"
acme.sh --set-notify --notify-hook ntfy
```