File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,14 @@ bash <(curl -Ls https://raw.githubusercontent.com/frankiejun/serv00-play/main/st
1515
1616## 变量说明
1717
18- | 变量名 | 示例 | 备注 |
19- | --------------- | ------ | ---------------------------------------- |
20- | HOSTS_JSON | 见示例 | 可存放 n 个服务器信息 |
21- | TELEGRAM_TOKEN | 略 | telegram 机器人的 token |
22- | TELEGRAM_USERID | 略 | 待通知的 teltegram 用户 ID |
23- | WXSENDKEY | 略 | server 酱的 sendkey,用于接收微信消息 |
24- | SENDTYPE | 3 | 选择推送方式,1.Telegram, 2.微信, 3.都有 |
18+ | 变量名 | 示例 | 备注 |
19+ | --------------- | ------ | -------------------------------------------------------- |
20+ | HOSTS_JSON | 见示例 | 可存放 n 个服务器信息 (必选) |
21+ | TELEGRAM_TOKEN | 略 | telegram 机器人的 token (发送 TG 消息必选) |
22+ | TELEGRAM_USERID | 略 | 待通知的 teltegram 用户 ID (发送 TG 消息必选) |
23+ | WXSENDKEY | 略 | server 酱的 sendkey,用于接收微信消息 (发送微信消息必选) |
24+ | SENDTYPE | 3 | 选择推送方式,1.Telegram, 2.微信, 3.都有 (发送消息必选) |
25+ | BUTTON_URL | 略 | 设置 TG 推送消息中的按钮链接 (发送 TG 消息可选) |
2526
2627各主机保活时可不必输入消息通知参数,由 github 同一配置参数。
2728
You can’t perform that action at this time.
0 commit comments