feat: migrate public n8n and huobao to server
Some checks failed
StoryForge CI / Baseline checks (push) Has been cancelled
StoryForge CI / Backend tests (push) Has been cancelled
StoryForge CI / Web tests (push) Has been cancelled

This commit is contained in:
kris
2026-04-06 10:34:01 +08:00
parent a048bd26b1
commit c3e9b7edbc
5 changed files with 138 additions and 0 deletions

View File

@@ -4,6 +4,13 @@
## 2026-04-06
### 公网 n8n 与火爆视频迁到服务器本机
- 公网 `n8n` 不再依赖旧的 SSH 反向隧道,已经迁到服务器本机 Docker健康检查地址切到 `127.0.0.1:25670/healthz`
- 公网 `huobao` 也已经从外部依赖迁到服务器本机 Docker健康检查地址切到 `127.0.0.1:25678/health`
- 公网 `collector` 现已统一使用服务器本机的 `n8n + huobao + cutvideo + live_recorder`,同时继续保持 `local_model` 禁用、`ASR` 走 Windows 桥接。
- 这让外网主链不再依赖你当前这台 Mac 或旧的 `192.168.31.139` 服务状态,公网 `integrations/health``n8n / huobao / asr / cutvideo / live_recorder` 现在都恢复为在线。
### 自动连接首屏再提速一层
- 自动连接成功后,`/v2/me``/v2/me/dashboard` 现在改成并行请求,不再串行等待。