From d39c37f896cacc99c55c8d3c440603327849b290 Mon Sep 17 00:00:00 2001 From: BBIT-Kai <2911862937@qq.com> Date: Wed, 12 Nov 2025 10:52:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A1=B9=E7=9B=AE=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 52 +++++++++++-------- .../web-antd/src/router/routes/modules/cv.ts | 2 +- .../src/views/dashboard/workspace/index.vue | 2 +- 3 files changed, 32 insertions(+), 24 deletions(-) diff --git a/readme.md b/readme.md index db7aa0c..5b40a15 100644 --- a/readme.md +++ b/readme.md @@ -2,14 +2,6 @@ ## 一、技术栈 -- ### 运维 - - - **Docker**:项目部署 - - **Nginx**:前端项目部署 - - **Kong**: 网关 - - **Prometheus**:服务监控 - - **Grafana**:数据可视化 - - ### 前端 - **Vue**:Vben Admin作为框架 @@ -23,30 +15,46 @@ - 开发语言:**Python** - **RabbitMQ**:消息队列 -- ### 数据库 - - - **Radis**:内存数据库 - - **PostgreSQL**:实验室业务数据库 - - **Milvus**:实验室AI模块向量数据库 - - ### 人工智能 - **LangChain**:自定义LLM流程核心 - **LangGraph**:Agent构建核心 + - **YOLO**:目标检测模型 + - **DeepStream**:视频流分析框架 + +- ### 数据库 + + - **Radis**:内存数据库 + - **PostgreSQL**:实验室业务数据库 + - **Milvus**:实验室向量数据库 + - **SQLServer**:F8业务数据库 - ### 对象存储服务器 - **MinIO**:实验室对象存储服务器 +- ### 运维 + + - **Docker**:项目部署 + - **Nginx**:前端项目(AI实验室、机器人测试)部署 + - **Kong**: 网关 + - **Prometheus**:服务监控 + - **Grafana**:数据可视化 + ## 二、端口使用 -公网域名:s1.ronsunny.cn +| 键 | 值 | +| ------------------------- | --------------- | +| **公网域名** | ai.ronsunny.cn | +| **公网IP** | 171.212.101.200 | +| **内网地址** | 10.10.12.101 | +| **虚拟机管理地址**,root: | 10.10.12.100 | | 公网端口 | 内网端口 | docker端口 | docker服务/Host | 技术栈 | 功能作用 | | --------- | -------- | ---------- | -------------------- | -------------------- | ------------------------------------------ | -| **13011** | 13011 | 13011 | Harbor | Harbor | Harbor,admin:Bbit000000 | -| | | 8090 | ce_vue | Vue | vue前端服务 | -| | 8089 | | | Ktor | 实验室业务后端 | +| **13011** | 13011 | 13011 | Harbor | Harbor | Harbor**管理界面**,admin:Bbit000000 | +| | | 8090 | ce_vue | Vue | Vue前端服务 | +| | 8089 | | | Ktor | 实验室业务后端,使用systemctl启动 | | | | 13011 | ce_pybackend | FastAPI | 实验室AI后端 | | | 5432 | 5432 | ce_postgres | PostgreSQL | PostgreSQL数据库 | | | 6379 | 6379 | ce_redis | Redis | Radis数据库 | @@ -55,7 +63,7 @@ | | 9001 | 9001 | ce_minio | MinIO | MinIO**管理界面**,minioadmin:minioadmin | | | 19530 | 19530 | ce_milvus | Milvus | Minvus数据访问 | | | 9091 | 9091 | ce_milvus | Milvus | Minvus**管理界面**,需要加/webui,无需登录 | -| | 3000 | 3000 | ce_attu | Attu | Attu,Minvus | +| | 3000 | 3000 | ce_attu | Attu | Minvus Attu**管理界面**,无需密码 | | **8090** | 8090 | 8090 | ce_kong | Kong | Kong网关 | | | 8001 | 8001 | ce_kong | Kong | Kong Admin API | | | 8002 | 8002 | ce_kong | Kong | Kong**管理界面**,无需登录 | @@ -67,18 +75,18 @@ | | 3001 | 3001 | ce_grafana | Grafana | Grafana**管理界面**,admin:123456 | | | 9090 | 9090 | ce_prometheus | Prometheus | Prometheus监控/**管理界面**,无需登录 | | | | 9121 | ce_redis_exporter | Prometheus | Prometheus监控Radis的工具 | -| | | | ce_postgres_exporter | Prometheus | Prometheus监控PostgreSQL的工具 | -| | 9100 | | ce_node_exporter | Prometheus | Prometheus监控主机的工具 | +| | | 9187 | ce_postgres_exporter | Prometheus | Prometheus监控PostgreSQL的工具 | +| | 9100 | host | ce_node_exporter | Prometheus | Prometheus监控主机的工具 | | | 8000 | 8000 | ce_bot_server | xiaozhi-esp32-server | 小智AI服务ws端口 | | | 8003 | 8003 | ce_bot_server | xiaozhi-esp32-server | 小智AI服务http端口 | | | 8005 | 8002 | ce_bot_web | xiaozhi-esp32-server | 小智**管理界面**,admin:Bbit000000 | | | 8092 | 8092 | ce_bot_test | xiaozhi-esp32-server | 小智服务器测试页面 | | | 8004 | 8004 | ce_bot_mcp | mcp-endpoint-server | 小智MCP接入点 | -| | 8093 | 8090 | CVAT | CVAT | CVAT | | **8094** | 8094 | 8080 | CVAT | CVAT | CVAT**管理界面**,bbit:bbit | | | | | | | | | | | | | | | | | | | | | | +| | | | | | | diff --git a/vue/apps/web-antd/src/router/routes/modules/cv.ts b/vue/apps/web-antd/src/router/routes/modules/cv.ts index ca27ac1..b934ffd 100644 --- a/vue/apps/web-antd/src/router/routes/modules/cv.ts +++ b/vue/apps/web-antd/src/router/routes/modules/cv.ts @@ -89,7 +89,7 @@ const routes: RouteRecordRaw[] = [ icon: 'mdi:abjad-arabic', link: 'https://ai.ronsunny.cn:8094/', keepAlive: true, - title: '标注平台入口', + title: '数据标注入口', }, }, ], diff --git a/vue/apps/web-antd/src/views/dashboard/workspace/index.vue b/vue/apps/web-antd/src/views/dashboard/workspace/index.vue index 3f57614..c14dd0e 100644 --- a/vue/apps/web-antd/src/views/dashboard/workspace/index.vue +++ b/vue/apps/web-antd/src/views/dashboard/workspace/index.vue @@ -60,7 +60,7 @@ const cv: WorkbenchQuickNavItem[] = [ { color: '#3fb27f', icon: 'ion:bar-chart-outline', - title: '标注平台入口', + title: '数据标注入口', authority: ['user'], url: 'https://ai.ronsunny.cn:8094/', },