Commit Graph

15 Commits

Author SHA1 Message Date
065afe533c 重新部署
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 27s
2026-04-14 02:48:27 +08:00
8eccec3fb8 feat: 适配 Nginx /ai/ 路径前缀
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m25s
2026-04-14 02:37:42 +08:00
58b424982a fix: 使用 Docker 网关 IP 进行健康检查
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m14s
2026-04-14 02:13:40 +08:00
e81663ab0b fix: 添加健康检查端点和 Secrets 验证步骤
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m16s
2026-04-14 02:02:42 +08:00
ebbd73ddf0 ```
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m17s
docs(quickstart): 更新快速开始文档以支持Nginx反向代理配置

- 修改环境变量配置方式,从直接创建.env文件改为复制模板文件
- 添加必需和可选配置项的详细说明
- 更新Docker Compose启动命令以使用正确的路径
- 增加Nginx反向代理访问方式的说明
- 为本地开发模式添加额外的数据库配置说明

fix(readme): 修正部署说明中的环境变量配置方法

- 将硬编码的环境变量配置改为使用模板文件复制方式
- 更新Docker Compose启动命令路径
- 补充Nginx反向代理访问说明
- 修正数据库配置注意事项

feat(backend): 支持从环境变量读取数据库连接配置

- 添加os模块导入
- 修改DB_URI配置逻辑,优先从环境变量读取
- 适配Docker和本地开发环境的不同数据库连接地址

refactor(docker): 优化Docker Compose配置支持Nginx代理

- 限制后端端口仅本机访问
- 修改前端API URL为相对路径,通过Nginx代理访问
- 限制前端端口仅本机访问

refactor(frontend): 适配Nginx反向代理后端API调用

- 将硬编码的后端API地址改为相对路径
- 支持通过Nginx代理转发请求到后端服务

chore(scripts): 更新启动脚本中的访问地址提示信息

- 修改前端启动成功后的访问地址提示
- 添加Nginx代理访问方式的说明
```
2026-04-14 01:44:55 +08:00
93ec2b5b8e 修改
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 25m13s
2026-04-14 01:10:02 +08:00
d450efa4d0 fix: 修正 docker-compose.yml 文件路径
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 5s
2026-04-14 01:00:37 +08:00
87ddfeade7 修改run
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 3s
2026-04-14 00:46:25 +08:00
be2c536b16 ```
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 2s
chore(deploy): 更新工作流依赖版本并添加深度获取配置

更新了以下内容:
- 将 actions/checkout 从 v4 升级到 v4.1.1,并添加 fetch-depth: 0 配置以支持完整历史
- 将 actions/setup-python 从 v4 升级到 v4.7.1
- 将 actions/cache 从 v3 升级到 v3.3.2
```
2026-04-14 00:21:04 +08:00
22cc9b1096 ```
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1s
docs(.gitignore/README/QUICKSTART): 更新文档和忽略配置

- 添加IDE配置、日志和数据文件到.gitignore
- 重构QUICKSTART.md,提供Docker Compose和本地开发两种部署方式
- 更新README.md,优化项目介绍和架构说明
- 移除旧的agent.py和backend.py文件
```
2026-04-13 23:57:16 +08:00
bf27398cc9 推理文件 2026-04-13 21:52:49 +08:00
4385fabc22 实现前后端分离的agent 2026-04-13 19:49:18 +08:00
09a5440045 Merge branch 'main' of http://115.190.121.151:3000/root/ailine 2026-04-12 01:58:24 +08:00
416c7f0f0a Initial commit 2026-04-12 01:46:51 +08:00
328fda89cc Initial commit 2026-04-12 01:42:34 +08:00