Files
ISISeg/deploy/README_QNAP_INSTALL.md

37 lines
692 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.
# ISISeg QNAP NAS 安装包
本包适用于 QNAP QTS / Container Station已预置
- 项目路径:`/share/Container/ISISeg`
- 公网访问域名:`https://isiseg.huijutec.cn`
- 本机端口:`10004`
- frpc 远端端口:`10004`
- 构建代理:`http://192.168.31.7:7893`
## 安装步骤
1. 将安装包解压到:
```text
/share/Container/ISISeg
```
2. 在 Container Station 中使用 `docker_compose_Nas.yaml` 创建应用。
3. 启动后访问:
```text
https://isiseg.huijutec.cn
```
## 数据目录
- `/share/Container/ISISeg/data/uploads`
- `/share/Container/ISISeg/data/jobs`
## 本地检查
```bash
curl http://127.0.0.1:10004/api/health
```