add ntfy token
parent
520532b8ff
commit
6c1ef0557d
|
@ -725,11 +725,12 @@ acme.sh --set-notify --notify-hook mattermost
|
||||||
|
|
||||||
## 25. Set notification for ntfy
|
## 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
|
```sh
|
||||||
export NTFY_URL="https://ntfy.sh"
|
export NTFY_URL="https://ntfy.sh"
|
||||||
export NTFY_TOPIC="xxxxxxxxxxxxx"
|
export NTFY_TOPIC="xxxxxxxxxxxxx"
|
||||||
|
export NTFY_TOKEN="xxxxxxxxxxxxx"
|
||||||
|
|
||||||
acme.sh --set-notify --notify-hook ntfy
|
acme.sh --set-notify --notify-hook ntfy
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue