fix: dashboard port 5804→5807 (avoid conflicts with wechat_webhook and zhiwei bot)

This commit is contained in:
hmo
2026-07-19 10:56:42 +08:00
parent 747fdfe467
commit 782a914a3c
7 changed files with 42 additions and 24 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
{
"module": "dashboard",
"version": "1.0",
"purpose": "MoFin 管理门户。独立 Flask 应用(端口 5804),统一展示系统健康状态、模块 spec 帮助和监控数据。",
"purpose": "MoFin 管理门户。独立 Flask 应用(端口 5807),统一展示系统健康状态、模块 spec 帮助和监控数据。",
"human_help": {
"title": "Dashboard — 管理门户",
"description": [
"MoFin 统一管理面板,提供系统健康状态总览和各模块的帮助文档。",
"采用深色主题 Web UI,与 AgentsMeeting Dashboard 一致的视觉风格。",
"访问地址: http://192.168.1.246:5804"
"访问地址: http://192.168.1.246:5807"
],
"usage": [
"打开浏览器访问 http://192.168.1.246:5804",
"打开浏览器访问 http://192.168.1.246:5807",
"F 健康 Tab — 查看所有服务运行状态和健康管线数据",
"G 规范 Tab — 查看开发规范文档",
"点击 ? 按钮 — 查看面向人类的模块帮助",
@@ -39,7 +39,7 @@
"server.py :8899 — 业务 APIDashboard 通过 HTTP 检测其可达性)"
],
"constraints": [
"Dashboard 部署在 Linux 246 上,端口 5804",
"Dashboard 部署在 Linux 246 上,端口 5807",
"通过 systemd 守护(mofin-dashboard.service",
"不依赖 server.py :8899(可独立运行)",
"前端 5 秒轮询 /api/services + /api/expected",