From ff13bf0a606329f7602c869812a2e4cd332122d7 Mon Sep 17 00:00:00 2001 From: Huawei Date: Thu, 16 Jul 2026 02:47:44 +0000 Subject: [PATCH] fix: correct AgentGIS org location, both orgs are on Aliyun git.mercator.cn --- suites-help/系统使用手册/平台架构文档.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/suites-help/系统使用手册/平台架构文档.md b/suites-help/系统使用手册/平台架构文档.md index 380faeb..13b4177 100644 --- a/suites-help/系统使用手册/平台架构文档.md +++ b/suites-help/系统使用手册/平台架构文档.md @@ -37,8 +37,8 @@ | 服务器 | IP | 角色 | 运行内容 | |--------|-----|------|---------| -| 阿里云 ECS | 39.107.238.22 | **生产环境** | 全部平台服务容器(Auth / Suite / Discussions / Gitea / 数据库) | -| 腾迅云 ECS | 106.54.216.234 | 备份 | Gitea(AgentGIS 组织) | +| 阿里云 ECS | 39.107.238.22 | **生产环境** | 全部平台服务容器 + Gitea(SuiteHub & AgentGIS 两个组织) | +| 腾迅云 ECS | 106.54.216.234 | 备份 | Gitea(备份实例,角色待确认) | --- @@ -191,10 +191,18 @@ discussions_topic_labels — 话题-标签关联 ### 2.4 Gitea -| 实例 | 域名 | 用途 | 部署位置 | -|------|------|------|---------| -| SuiteHub | `git.mercator.cn` | 平台仓库 + Packages(镜像/脚本包分发) | 阿里云 ECS | -| AgentGIS | `gitea.mercator.cn` | AgentGIS 组织项目仓库 | 腾迅云 ECS | +| 实例 | 域名 | 组织 | 用途 | 部署位置 | +|------|------|------|------|---------| +| 主实例 | `git.mercator.cn` | **SuiteHub** + **AgentGIS** | 平台仓库 + Packages(镜像/脚本包分发)+ 源代码 | 阿里云 ECS | +| 备份实例 | `gitea.mercator.cn` | 待确认 | 备份 Gitea | 腾迅云 ECS | + +**AgentGIS 组织仓库(源码):** +- `auth-center` — 认证中心 +- `suite-market` — 套件市场 +- `discussions` — 用户交流平台 +- `gis-actions` — 本地执行器 +- `gis-base-image` — 基础镜像 +- `mercator-homepage` — 官网首页 **Gitea Packages 用途:** - OCI Registry:基础镜像存储与分发(`docker pull`)