Deploy huijutec package and stabilize AI model

This commit is contained in:
2026-05-11 17:35:16 +08:00
parent 8908ebbc4c
commit cff55251f4
14 changed files with 225 additions and 190 deletions

View File

@@ -1,14 +1,14 @@
# XXX QNAP/NAS frpc template.
# XXX Replace serverAddr and auth.token before deploying; do not commit real production tokens.
# XXX This file is mounted by docker-compose-Nas.yaml. frpc connects to tuwen_web:80 inside Docker.
# XXX huijutec.cn / QNAP QTS 直接部署版。
# XXX 本文件已写入 frps 地址和 token可由 docker-compose-Nas.yaml 直接挂载运行。
# XXX frpc 在 Docker 网络内连接 tuwen_web:80并把公网 remotePort 4002 映射到系统 Web 入口。
# 基础连接配置
serverAddr = "XX.XX.XX.XX"
serverAddr = "82.157.255.195"
serverPort = 7000
# 权限验证 - 必须与服务端一致
auth.method = "token"
auth.token = "XXX"
auth.token = "en.xjtu.edu.cn"
# 传输配置优化
transport.poolCount = 5

View File

@@ -1,19 +1,15 @@
# XXX frpc template for exposing the local Docker web entry http://127.0.0.1:4002
# XXX Replace serverAddr and auth.token before deploying; do not commit real production tokens.
# XXX huijutec.cn frpc 配置。普通 docker-compose.yaml 可使用本文件。
# XXX QNAP/QTS 部署优先使用 frpc/frpc.nas.toml。
# 基础连接配置
serverAddr = "XX.XX.XX.XX"
serverAddr = "82.157.255.195"
serverPort = 7000
# 权限验证 - 必须与服务端一致
auth.method = "token"
auth.token = "XXX"
auth.token = "en.xjtu.edu.cn"
# 传输配置优化
transport.poolCount = 5
transport.heartbeatTimeout = -1
# --- 映射 图文系统访问端口 (TCP) ---
[[proxies]]
name = "TuWen_System_V2"
type = "tcp"