Awuqing
14b61b23a2
chore(repo): 完善仓库维护与自动化
2026-08-09 19:42:02 +08:00
Wu Qing
bdd16dafa8
docs: 完善部署与运维文档 ( #107 )
...
新增中英文升级恢复、安全加固、监控告警与故障排查手册,校正安装部署、CLI 与 API 参考,并修复安全密钥环境变量注入及其回归测试。
2026-08-09 13:51:38 +08:00
Wu Qing
5827074334
feat: 优化集群部署与堡垒机接入 ( #106 )
...
支持受限网络、正向代理、私有 CA 与 SSH 堡垒机部署 Agent。
加固 Docker、systemd、Nginx、安装器、Release 校验与可信代理边界,并完善命令队列索引、前端安装向导及中英文运维文档。
2026-08-09 02:45:17 +08:00
Wu Qing
00151e466c
feat: 解决 CDC 去重、集中备份与首次初始化问题 ( #105 )
...
实现 CDC 内容寻址仓库、远程 Agent 中央中转备份与首次初始化体验,并补充安全校验、测试及双语文档。
Closes #94
Closes #101
Closes #104
2026-08-07 23:01:29 +08:00
Wu Qing
7084d47c4b
feat(BackupX): harden agent cluster backup workflow
...
Squash merge PR #61
2026-05-13 14:24:45 +08:00
Wu Qing
61709dd4c9
fix(cluster): support external master URL
...
- add server.external_url / BACKUPX_SERVER_EXTERNAL_URL for Agent install URL generation
- pass the configured external Master URL into install script and compose rendering
- document cluster deployment requirements for Docker, bare-metal, and multi-node setups
Fixes #55
2026-05-09 07:41:51 +08:00
Wu Qing
63fde903d2
feat: add complete MFA support
...
Add complete MFA support with TOTP, recovery codes, WebAuthn, trusted-device cookie flow, and email/SMS OTP delivery via notification channels. Security follow-up: trusted device tokens are stored in HttpOnly cookies, and SMS OTP reuses the existing Webhook notifier to avoid introducing a new dynamic URL sink.
2026-04-25 22:14:50 +08:00
Wu Qing
67a42b09ba
fix: make agent install command proxy independent ( #50 )
2026-04-25 13:43:30 +08:00
Wu Qing
83bf5ec656
功能: 一键部署 Agent 向导 ( #44 )
2026-04-19 17:25:34 +08:00
Wu Qing
66373fa8e4
修复: 中文 i18n 目录名从 zh-Hans 改为 zh-CN,首页 SSR 翻译现已生效 ( #42 )
...
Docusaurus 3.10 会把 locale id 'zh-Hans' 规范化为 BCP 47 的 'zh-CN' 来
读取 i18n/ 目录。之前手工创建的 i18n/zh-Hans/ 目录 Docusaurus 识别不到,
导致中文版 SSR 输出仍是英文字符串,只有 URL 路由 /zh-Hans/ 生效。
同时修复 index.tsx 中 <Translate id={labelId}> 动态 id 问题:
write-translations 工具要求静态字符串,已拆分为三个独立的 Translate 元素。
2026-04-17 13:52:16 +08:00