docs: docs/ 目录同步甲骨文部署事实(上一提交漏加)

上一个提交 git add 漏了 docs/,架构/开发/需求/auth-hub 集成文档里的 NAS
IP、8124 端口还是旧的,补上。

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
ericwyuan
2026-09-12 23:53:26 +08:00
parent 9d6ebbe422
commit 4331a07462
4 changed files with 25 additions and 19 deletions

View File

@@ -13,8 +13,8 @@
| # | 需求 | 理解 | 状态 |
|---|---|---|---|
| 1.1 | 新建项目分析佳明海外账号健康数据 | Gitea 自建仓库Web 应用 | ✅ |
| 1.2 | 部署到 NAS192.168.50.64,用 MariaDB | Flask + gunicorn(root, :8124) + NAS MariaDB 10.11(库 `garmin_health_lab`SQLite 供开发 | ✅ |
| 1.3 | 公网可访问 | NAS frpc 隧道 → 甲骨文公网 `129.146.26.249:8124` | ✅ |
| 1.2 | 部署到甲骨文云主机,用 MariaDB | Flask + gunicorn(ubuntu, systemd, :5500) + 本机 MariaDB 10.3.39(库 `garmin_health_lab`SQLite 供开发2026-09-12 从 NAS 迁移 | ✅ |
| 1.3 | 公网可访问 | Caddy 反代 `https://garmin.zichuan.xyz`(自动 TLS与本机 ai-gateway/auth-hub 同一套约定 | ✅ |
| 1.4 | 单元测试 / 界面自测 / 性能测试 | 446 项 pytest界面用浏览器实测接口逐个计时 | ✅ |
| 1.5 | 一任务一 commit完成即推送 | 已成为固定流程 | ✅ |
| 1.6 | auth-hub 统一登录SSO | OAuth2/OIDC回调注册 LAN + 公网两地址;本地邮箱密码登录已移除 | ✅ |