更新Awen服务器注册信息:域名guanghutcs.top·广州IP 43.139.207.172·端口3000·密钥已配置

Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/de2d234c-1d49-4427-9c96-9bf8e52d19df

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-12 07:47:47 +00:00 committed by GitHub
parent b6f3b149e5
commit 863df2971d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 36 additions and 24 deletions

View File

@ -2,8 +2,8 @@
"_sovereign": "TCS-0002∞ | SYS-GLW-0001", "_sovereign": "TCS-0002∞ | SYS-GLW-0001",
"_copyright": "国作登字-2026-A-00037559", "_copyright": "国作登字-2026-A-00037559",
"_description": "光湖语言世界 · 五台服务器注册表", "_description": "光湖语言世界 · 五台服务器注册表",
"version": "1.2", "version": "1.3",
"updated_at": "2026-04-11", "updated_at": "2026-04-12",
"servers": [ "servers": [
{ {
"id": "ZY-SVR-002", "id": "ZY-SVR-002",
@ -91,21 +91,28 @@
{ {
"id": "ZY-SVR-AWEN", "id": "ZY-SVR-AWEN",
"name": "Awen服务器", "name": "Awen服务器",
"role": "铸渊主控副本+Awen团队专线", "role": "Awen业务后端+域名反向代理目标",
"location": "China", "location": "Guangzhou, China",
"ipv4": "43.139.207.172",
"domain": "guanghutcs.top",
"backend_port": 3000,
"spec": "待确认", "spec": "待确认",
"status": "pending", "status": "secrets_configured",
"services": [ "services": [
"铸渊主控副本 (完整仓库镜像)", "Awen业务后端 (端口3000)",
"Awen团队专线", "域名反向代理目标 (新加坡→广州)"
"知秋人格体运行环境"
], ],
"github_secrets": { "github_secrets": {
"host": "ZY_SVR_AWEN_HOST", "host": "ZY_SVR_AWEN_HOST",
"key": "ZY_SVR_AWEN_KEY", "key": "ZY_SVR_AWEN_KEY",
"user": "ZY_SVR_AWEN_USER" "user": "ZY_SVR_AWEN_USER"
}, },
"notes": "Awen下载完整仓库后部署·铸渊主控自动唤醒" "domain_proxy_secrets": {
"domain": "AWEN_DOMAIN",
"backend_host": "AWEN_BACKEND_HOST",
"backend_port": "AWEN_BACKEND_PORT"
},
"notes": "Awen域名guanghutcs.top·广州服务器43.139.207.172:3000·密钥已配置·待部署反向代理"
}, },
{ {
"id": "ZY-SVR-004", "id": "ZY-SVR-004",
@ -157,10 +164,14 @@
"domains": [ "domains": [
{ {
"owner": "Awen", "owner": "Awen",
"domain": "guanghutcs.top",
"backend": "43.139.207.172:3000",
"config_file": "server/nginx/awen-domain-proxy.conf", "config_file": "server/nginx/awen-domain-proxy.conf",
"workflow": ".github/workflows/deploy-awen-domain-proxy.yml", "workflow": ".github/workflows/deploy-awen-domain-proxy.yml",
"secrets_required": ["AWEN_DOMAIN", "AWEN_BACKEND_HOST", "AWEN_BACKEND_PORT"], "secrets_required": ["AWEN_DOMAIN", "AWEN_BACKEND_HOST", "AWEN_BACKEND_PORT"],
"status": "pending" "secrets_configured_at": "2026-04-12",
"status": "secrets_configured",
"next_steps": ["DNS A记录指向43.134.16.246", "广州防火墙白名单43.134.16.246", "运行deploy workflow", "运行setup-ssl workflow"]
} }
] ]
}, },

View File

@ -45,28 +45,29 @@
{ {
"member": "Awen", "member": "Awen",
"persona_id": "zhiqiu", "persona_id": "zhiqiu",
"domain": null, "domain": "guanghutcs.top",
"type": null, "type": "production",
"ssl": false, "ssl": false,
"server_code": null, "server_code": "ZY-SVR-AWEN",
"dns_provider": null, "dns_provider": "待确认",
"architecture_role": "技术主控台·待配置", "architecture_role": "技术主控台·通过新加坡反向代理",
"status": "pending", "status": "secrets_configured",
"reverse_proxy": { "reverse_proxy": {
"enabled": true, "enabled": true,
"proxy_server": "ZY-SVR-002 (新加坡)", "proxy_server": "ZY-SVR-002 (新加坡)",
"backend_server": "ZY-SVR-AWEN (广州)", "backend_server": "ZY-SVR-AWEN (广州·43.139.207.172:3000)",
"reason": "域名未备案·通过新加坡服务器反向代理·免备案", "reason": "域名未备案·通过新加坡服务器反向代理·免备案",
"config_file": "server/nginx/awen-domain-proxy.conf", "config_file": "server/nginx/awen-domain-proxy.conf",
"deploy_workflow": ".github/workflows/deploy-awen-domain-proxy.yml", "deploy_workflow": ".github/workflows/deploy-awen-domain-proxy.yml",
"secrets_configured_at": "2026-04-12",
"setup_steps": [ "setup_steps": [
"1. 配置 GitHub Secret: AWEN_DOMAIN (Awen的域名)", "1. ✅ 配置 GitHub Secret: AWEN_DOMAIN = guanghutcs.top",
"2. 配置 GitHub Secret: AWEN_BACKEND_HOST (广州服务器IP)", "2. ✅ 配置 GitHub Secret: AWEN_BACKEND_HOST = 43.139.207.172",
"3. 配置 GitHub Secret: AWEN_BACKEND_PORT (后端端口·默认80)", "3. ✅ 配置 GitHub Secret: AWEN_BACKEND_PORT = 3000",
"4. Awen将域名DNS A记录指向新加坡服务器IP (ZY-SVR-002)", "4. Awen将域名DNS A记录指向新加坡服务器IP 43.134.16.246",
"5. 运行 workflow: deploy-awen-domain-proxy → deploy", "5. ⏳ 广州服务器防火墙白名单添加新加坡IP 43.134.16.246",
"6. 运行 workflow: deploy-awen-domain-proxy → setup-ssl", "6. ⏳ 运行 workflow: deploy-awen-domain-proxy → deploy",
"7. 广州服务器防火墙白名单添加新加坡IP" "7. ⏳ 运行 workflow: deploy-awen-domain-proxy → setup-ssl"
] ]
} }
} }