feat: 添加 NewApi 安装脚本

- 新增基于 Docker Compose 的 NewApi 安装脚本,包含 SQLite、Redis、随机密钥、健康检查、防火墙配置和定时自动更新
- 在 README 中补充从远程安装路径运行该脚本的命令
This commit is contained in:
eddy
2026-07-01 03:00:22 +08:00
parent 070df07c52
commit d6ec01065a
2 changed files with 191 additions and 0 deletions
+5
View File
@@ -95,6 +95,11 @@ bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/14-J
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/15-LobeChat.sh)
```
- 20-NewApi.sh
```sh
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/20-NewApi.sh)
```
- 23-Sub2API
```sh
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/install/23-Sub2API.sh)