Wu Qing
|
9080a47703
|
chore(repo): 完善仓库维护与自动化 (#108)
统一 Node.js 24 LTS、CI、文档和发布工作流配置。
完善仓库维护规范、Dependabot 与贡献文档,清理生成产物并统一既有 Go 代码格式。
|
2026-08-09 21:18:19 +08:00 |
|
Wu Qing
|
5827074334
|
feat: 优化集群部署与堡垒机接入 (#106)
支持受限网络、正向代理、私有 CA 与 SSH 堡垒机部署 Agent。
加固 Docker、systemd、Nginx、安装器、Release 校验与可信代理边界,并完善命令队列索引、前端安装向导及中英文运维文档。
|
2026-08-09 02:45:17 +08:00 |
|
Awuqing
|
8eb93b3dd9
|
功能: Docker 一键自动更新
- 新增 POST /api/system/update-apply,执行 docker pull + docker compose up -d
- 前端系统设置页新增「一键更新(Docker)」按钮,点击后自动拉取新镜像并重启容器
- Dockerfile 安装 docker-cli + docker-cli-compose
- docker-compose.yml 挂载 /var/run/docker.sock 以支持容器内操作 Docker
- 自动检测是否为 Docker 环境,非 Docker 环境引导下载二进制
|
2026-04-01 23:43:12 +08:00 |
|
Awuqing
|
f201b7633a
|
ci: add automated release pipeline with Docker Hub push and China mirror support
- Fix Go/Node version mismatch in CI (1.21→1.25, 18→20)
- Rewrite release.yml: 3-job pipeline (frontend → binary release + Docker push)
- Supports both tag push and manual workflow_dispatch trigger
- Builds linux/amd64 + linux/arm64 binaries → GitHub Release tar.gz
- Builds multi-arch Docker image → Docker Hub (awuqing/backupx)
- Dockerfile: add ARG USE_CHINA_MIRROR for China network acceleration
(npm→npmmirror, go→goproxy.cn, apk→aliyun), add ARG VERSION injection
- Makefile: auto version from git tag, add docker/docker-cn targets
- README: add beginner-friendly China build guide and release instructions
|
2026-03-30 23:32:14 +08:00 |
|
Awuqing
|
b01828e3b4
|
feat: add Docker deployment support
- Multi-stage Dockerfile (Node build + Go build + Alpine runtime)
- docker-compose.yml with named volume for data persistence
- In-container Nginx reverse proxy (static files + API)
- Entrypoint script for graceful process management
- .dockerignore for optimized build context
- Updated README (zh/en) with Docker quick start and deployment docs
Closes #14
|
2026-03-30 07:56:15 +08:00 |
|