Add gotify configuration instructions

FreezingArts 2024-11-27 21:02:36 +08:00
parent 9c7d23d66a
commit 720ec80e57

@ -547,7 +547,21 @@ acme.sh --set-notify --notify-hook bark
```
## 17. Set notification for Gotify
通过gotify推送通知
其中`GOTIFY_PRIORITY`的数字是0-9等级越高推送级别越高
Send notifications through gotify
The number of 'GOTIFYBRIORITY' is 0-9 (the higher the level, the higher the push level)
```
export GOTIFY_URL="https://example.com"
export GOTIFY_TOKEN="XXXXXXX"
export GOTIFY_PRIORITY="0"
```
```sh
acme.sh --set-notify --notify-hook gotify
```
## 18. Set notification for work.weixin.qq.com(企业微信)