添加群晖synology chat通知推送 (#1610)

This commit is contained in:
Appoip
2022-09-04 18:10:20 +08:00
committed by GitHub
parent 2de189d189
commit 952cdc0e3f
6 changed files with 123 additions and 2 deletions
+6
View File
@@ -137,4 +137,10 @@ export GOTIFY_PRIORITY=0
## deer_key 填写PushDeer的key
export DEER_KEY=""
## 12. Chat
## chat_url 填写synology chat地址,http://IP:PORT/webapi/***token=
## chat_token 填写后面的token
export CHAT_URL=""
export CHAT_TOKEN=""
## 其他需要的变量,脚本中需要的变量使用 export 变量名= 声明即可