mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 05:12:08 +08:00
add ntfy token
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user