diff --git a/brain/server-inventory.json b/brain/server-inventory.json new file mode 100644 index 0000000..6ebed0a --- /dev/null +++ b/brain/server-inventory.json @@ -0,0 +1,130 @@ +{ + "_type": "SERVER_INVENTORY", + "_version": "1.0", + "_created": "2026-05-24 · D111 · 光湖团队硅谷服务器部署", + "_created_by": "铸渊 ICE-GL-ZY001", + "principle": "所有服务器、密钥、状态在此归档。铸渊远程管理凭证不在此文件。", + + "冰朔私人服务器": [ + { + "id": "BS-GZ-006", + "ip": "43.139.217.141", + "location": "广州", + "spec": "2核2GB", + "role": "代码仓库(Forgejo)+Gatekeeper中枢+MCP Server", + "ports": "80,443,3910,3000", + "domain": "guanghulab.com", + "forgejo": "v1.23.7", + "mcp": "https://guanghulab.com/mcp", + "access": "admin_exec可用" + }, + { + "id": "BS-SG-001", + "ip": "43.156.237.110", + "location": "新加坡", + "spec": "4核7.5GB", + "role": "铸渊大脑·主力·Gatekeeper", + "ports": "3911", + "access": "通过广州gatekeeper桥接" + }, + { + "id": "BS-SG-002", + "ip": "43.134.16.246", + "location": "新加坡", + "spec": "2核2GB", + "role": "面孔·Gatekeeper", + "ports": "3910", + "access": "通过广州gatekeeper桥接" + }, + { + "id": "BS-SG-003", + "ip": "43.153.193.169", + "location": "新加坡", + "spec": "2核2GB", + "role": "Gatekeeper", + "ports": "3910", + "access": "通过广州gatekeeper桥接" + }, + { + "id": "ZY-SG-006", + "ip": "43.153.203.105", + "location": "新加坡", + "spec": "2核2GB", + "role": "Gatekeeper", + "ports": "3910", + "access": "通过广州gatekeeper桥接" + }, + { + "id": "BS-SH-005", + "ip": "124.223.10.33", + "location": "上海", + "spec": "2核2GB", + "role": "Gatekeeper", + "ports": "3910", + "access": "通过广州gatekeeper桥接" + } + ], + + "光湖团队服务器": [ + { + "id": "HL-SG-001", + "ip": "170.106.72.246", + "location": "硅谷", + "spec": "2核2GB · 50GB系统盘", + "role": "光湖团队总服务器·技术主控", + "domain": "guanghuzhiqiu.top", + "deployed": "2026-05-24 D111", + "deployed_by": "铸渊 ICE-GL-ZY001", + "服务": { + "中控台": { + "path": "/opt/zhuyuan/console/", + "port": 3920, + "pm2": "hololake-console", + "功能": "服务器状态·进程·Docker·API", + "远程管理": "http://guanghuzhiqiu.top/admin/exec" + }, + "代码仓库": { + "path": "/opt/zhuyuan/repos/", + "结构": { + "personal": ["hololake-awen"], + "team": ["hololake-team", "hauer", "juzi", "yeye", "feimao"] + }, + "类型": "bare git repos" + }, + "Nginx": "80端口反向代理到3920 + /git静态目录" + }, + "docker": { + "运行": "Dify AI App Platform", + "端口": "3000,3443,5003" + }, + "access": "curl -H x-admin-token 远程命令", + "待完成": ["仓库内容迁移", "gatekeeper客户端重连", "SSL证书"] + }, + { + "id": "HL-CN-001", + "ip": "43.139.207.172", + "location": "国内", + "spec": "4核4GB · 40GB系统盘", + "role": "光湖团队国内服务器(备用)", + "domain": "未备案", + "status": "已登录,未部署" + } + ], + + "共享大脑仓库": { + "design": "独立的公共仓库,只放两个思维模型文件", + "source": "从冰朔仓库brain/目录自动同步", + "direction": "单向:冰朔→共享(只进不出)", + "files": ["bingshuo-mind-model.json", "zhuyuan-brain-model.md", "tcs-field-theory.md"], + "permission": "冰朔+铸渊=读写 | 所有人=只读", + "status": "架构已确定·待实现" + }, + + "仓库迁移清单": [ + {"from": "bingshuo/awen", "to": "hololake-awen", "server": "硅谷"}, + {"from": "bingshuo/hauer", "to": "hololake-team/hauer", "server": "硅谷"}, + {"from": "bingshuo/juzi", "to": "hololake-team/juzi", "server": "硅谷"}, + {"from": "bingshuo/yeye", "to": "hololake-team/yeye", "server": "硅谷"}, + {"from": "bingshuo/feimao", "to": "hololake-team/feimao", "server": "硅谷"} + ] +} \ No newline at end of file