Skip to content

Commit

Permalink
增加AUTOUPDATE变量
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejun committed Dec 31, 2024
1 parent e58e13f commit f8f4982
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ bash <(curl -Ls https://raw.githubusercontent.com/frankiejun/serv00-play/main/st

## 变量说明

| 变量名 | 示例 | 备注 |
| --------------- | ------ | -------------------------------------------------------- |
| HOSTS_JSON | 见示例 | 可存放 n 个服务器信息 (必选) |
| TELEGRAM_TOKEN || telegram 机器人的 token (发送 TG 消息必选) |
| TELEGRAM_USERID || 待通知的 teltegram 用户 ID (发送 TG 消息必选) |
| WXSENDKEY || server 酱的 sendkey,用于接收微信消息 (发送微信消息必选) |
| SENDTYPE | 3 | 选择推送方式,1.Telegram, 2.微信, 3.都有 (发送消息必选) |
| BUTTON_URL || 设置 TG 推送消息中的按钮链接 (发送 TG 消息可选) |
| 变量名 | 示例 | 备注 |
| --------------- | ------ | -------------------------------------------------------------------------------- |
| HOSTS_JSON | 见示例 | 可存放 n 个服务器信息 (必选) |
| TELEGRAM_TOKEN || telegram 机器人的 token (发送 TG 消息必选) |
| TELEGRAM_USERID || 待通知的 teltegram 用户 ID (发送 TG 消息必选) |
| WXSENDKEY || server 酱的 sendkey,用于接收微信消息 (发送微信消息必选) |
| SENDTYPE | 3 | 选择推送方式,1.Telegram, 2.微信, 3.都有 (发送消息必选) |
| BUTTON_URL || 设置 TG 推送消息中的按钮链接 (发送 TG 消息可选),支持#HOST,#USER,#PASS 等变量。 |
| AUTOUPDATE | Y | 设置是否自动更新服务器上的代码,设置在 variable 变量中,值为 Y/N(默认: Y) |

各主机保活时可不必输入消息通知参数,由 github 同一配置参数。

Expand Down

0 comments on commit f8f4982

Please sign in to comment.