Files
Nexus/docs/changelog/2026-06-21-btpanel-deploy.md
T
r 1c4c5af0e4
Nexus CI/CD / test (push) Waiting to run
Nexus CI/CD / e2e (push) Blocked by required conditions
Nexus CI/CD / deploy (push) Blocked by required conditions
Nexus Pre-commit Checks / quick-check (push) Waiting to run
feat(btpanel): 入口改为服务器列表
面板登录页改为全量表格与行内一键登录,侧栏首项更名为服务器列表。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-21 09:23:26 +08:00

33 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Changelog — 宝塔模块生产部署(2026-06-21
**日期**2026-06-21
## 摘要
`82426b19` + `d00294c8`(独立宝塔模块 + SSH 自动获取 API)部署至生产 `api.synaglobal.vip`
**部署结果(2026-06-21**Gitea push → 生产 `git reset --hard origin/main``nexus-1panel.sh upgrade` 成功;容器 `nexus-prod-nexus-1` healthy`/health` ok;容器内注册 28 条 `/api/btpanel/*` 路由。
## 变更范围
- 后端:`/api/btpanel/*``bt_panel_bootstrap_loop`300s
- 前端:侧栏「宝塔面板」10 子页 + 连接配置(批量确认、检测缓存)
- 配置:`bt_panel_source_ip``bt_panel_auto_bootstrap_enabled`
## 涉及文件
`docs/audit/2026-06-21-btpanel-ssh-bootstrap.md` 文件清单。
## 迁移 / 重启
- 无 DB 迁移
- **必须**重启 API 容器/进程(primary worker 后台任务)
## 验证
```bash
bash deploy/pre_deploy_check.sh
curl -sS https://api.synaglobal.vip/health
# 登录 → 宝塔面板 → 连接配置 → 立即 SSH 获取 / 批量初始化
```