Commit Graph
5 Commits
Author SHA1 Message Date
wangbo 385c509086 fix(deploy): 限制初始管理员密码长度
Test deployment public URL (Linux) / test-linux (push) Waiting to run
Test start.ps1 (Windows) / test-windows (push) Waiting to run
2026-07-25 20:49:09 +08:00
wangbo f31e349409 feat(config): 添加 Node.js 堆内存配置和代理路径规范化
Test deployment public URL (Linux) / test-linux (push) Canceled after 0s
Test start.ps1 (Windows) / test-windows (push) Canceled after 0s
- 在 .env.sample 中新增 NODE_MAX_OLD_SPACE_SIZE 配置项,默认设置为 8192 MiB
- 在 docker-compose.yml 中添加 NODE_OPTIONS 环境变量配置
- 在 easyai-proxy.conf.sample 中添加 /api 路径规范化重定向规则
- 修改 https.sh 脚本优先使用完整代理模板生成配置文件
- 更新 README.md 添加新版本发布说明
- 扩展测试脚本验证代理配置和路径重定向功能
2026-07-24 22:10:45 +08:00
wangbo 6ee9666b0c fix(deploy): 初始化并校验公开 API 地址 2026-07-16 01:00:32 +08:00
wangbo 64bbf5c109 feat(deploy): initialize authentication security secrets 2026-07-15 11:29:41 +08:00
wangbo b7a11abe9f feat: 新增 Windows 一键部署脚本 start.ps1
Test start.ps1 (Windows) / test-windows (push) Waiting to run
- start.ps1: PowerShell 部署脚本,支持本地/局域网 IP 访问
- docs/Windows一键部署方案.md: 实现方案与测试说明
- scripts/test-start-ps1-env.py: .env 替换逻辑验证
- .github/workflows/test-start-ps1.yml: Windows CI 测试

Made-with: Cursor
2026-03-10 21:59:12 +08:00