mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-26 19:00:11 +08:00
Add gotify configuration instructions
parent
9c7d23d66a
commit
720ec80e57
14
notify.md
14
notify.md
@ -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(企业微信)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user