Files
ISISeg/工程分析/需求分析-2026-05-18-22-23-07.md

26 lines
1006 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 需求分析
开始时间2026-05-18-22-23-07
## 用户需求
1. 系统可以通过 `docker_compose.yaml` 安装。
2. 打包一个纯净安装包:
- 网络相关信息保留注释,作为待填写项。
- 适合迁移到任意环境后再配置域名、端口、FRP。
3. 打包一个可直接运行安装包:
- 预置 `isiseg.huijutec.cn`
- 参考用户提供的 frpc 配置。
- frpc 远端映射端口使用 `10004`
4. 打包一个威联通 NAS 版安装包:
- 提供 `docker_compose_Nas.yaml`
- 参考 QNAP QTS / Container Station 的绝对路径和代理写法。
- 端口和 frpc 映射与直接运行版保持一致。
5. 三个安装包都需要在 Gitea 发布。
## 约束
- 当前项目是 FastAPI 后端直接挂载静态前端,不需要单独 nginx。
- OpenCV 和视频转码依赖 `ffmpeg`、系统图形/运行库,需要 Docker 镜像补齐。
- 应保留内置样例视频,但不要把运行产生的 jobs/uploads 打进安装包。