feat(scripts): automate real-host access prep closure

This commit is contained in:
phamnazage-jpg
2026-05-19 13:58:03 +08:00
parent 85d495dd16
commit 0ecce50a48
6 changed files with 628 additions and 0 deletions

View File

@@ -70,6 +70,9 @@
- `subscription` 需要 subscription 类型 group + 普通用户订阅分配 + key/group 绑定
3. 标准多阶段 Dockerfile 在受限网络环境下仍不稳
- 当前推荐 `scripts/build_local_image.sh` + `Dockerfile.local`
4. 真实宿主验收工具已补自动化闭环
- `scripts/real_host_acceptance.sh` 支持 `AFTER_IMPORT_HOOK_COMMAND`,可把宿主侧 access 前置动作收敛进同一条 artifact 链
- `scripts/import_remote43_provider.sh` 已内置 remote43 subscription 的“补余额 + key/group 绑定 + subscription upsert + Redis flush + host state 落盘”
## 当前最短上线路径