mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-14 12:12:14 +08:00
add usage for ntfy
11
notify.md
11
notify.md
@@ -693,3 +693,14 @@ and finally turn on acme.sh notifications:
|
|||||||
```sh
|
```sh
|
||||||
acme.sh --set-notify --notify-hook mattermost
|
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.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
export NTFY_URL="https://ntfy.sh"
|
||||||
|
export NTFY_TOPIC="xxxxxxxxxxxxx"
|
||||||
|
|
||||||
|
acme.sh --set-notify --notify-hook ntfy
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user