 shenleiandClaude Opus 4.8
|
3cb4053ab5
|
chore: 运行时 config.json 不再纳入 git 跟踪,改用 config.example.json 模板
config.json 是运行时高频写入的数据文件(网页改配置、每次 App_Store 打包递增
构建号都会写盘),纳入版本控制会导致服务器每次 git pull 与本地生产配置冲突。
- git rm --cached backend/data/config.json(保留磁盘文件,仅移出索引)
- .gitignore 显式忽略 backend/data/config.json 并补充说明
- 新增 config.example.json 作为结构模板(不含真实密钥/生产数据)
- README 说明其为运行时文件、pull 不覆盖,及从模板初始化的方式
首次部署仍可通过根目录 config.json 自动导入为 backend/data/config.json。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-29 17:12:09 +09:00 |
|
 shenleiandClaude Opus 4.8
|
b6e56f5f9a
|
docs: README 补充一键部署(up)、就绪探测与 Git 推送说明
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-07-29 15:58:22 +09:00 |
|
 shenandshen
|
a48909f3bc
|
feat: 强化打包配置与服务安全
|
2026-07-18 13:30:56 +08:00 |
|
 shenandshen
|
d1f070b251
|
feat: 服务端集成自动打包流程
|
2026-07-17 22:34:04 +08:00 |
|
 shenandshen
|
0ba16635df
|
docs: 更新文档反映多用户系统,移除冗余钉钉通知
- README 补充多用户管理、JWT 认证、Web 管理配置等文档
- .env.example 添加 JWT_SECRET 配置
- 移除 notification.py(钉钉通知由 AutoPacking 处理)
- 添加 CLAUDE.md 项目上下文
|
2026-06-08 22:07:35 +08:00 |
|
 shenandshen
|
6f4f625c56
|
Initial commit: iOS Build Server
- FastAPI backend with build queue, WebSocket logs, task management
- Vue 3 frontend with build/config/history views
- Xcode project build automation with IPA export
- Fix: initialize build_dir before try block to ensure cleanup on early failure
|
2026-06-06 17:42:27 +08:00 |
|