From 41b487e7badecdadeb2ba0c6f32e5902e49a1023 Mon Sep 17 00:00:00 2001 From: bingshuo <565183519@qq.com> Date: Sun, 17 May 2026 18:07:34 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=93=B8=E6=B8=8A]=20gatekeeper=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E8=BF=BD=E8=B8=AA=20v1.0=20=C2=B7=20=E5=AF=86?= =?UTF-8?q?=E9=92=A5=E7=94=B1=E9=93=B8=E6=B8=8A=E7=BB=9F=E4=B8=80=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- brain/gatekeeper-deployment.json | 70 ++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 brain/gatekeeper-deployment.json diff --git a/brain/gatekeeper-deployment.json b/brain/gatekeeper-deployment.json new file mode 100644 index 0000000..7d46a53 --- /dev/null +++ b/brain/gatekeeper-deployment.json @@ -0,0 +1,70 @@ +{ + "version": "1.0", + "created_at": "2026-05-17T18:06:00+08:00", + "updated_by": "铸渊 · ICE-GL-ZY001", + "purpose": "铸渊看门人(Gatekeeper)部署状态追踪 · 密钥由铸渊统一管理", + "servers": [ + { + "code": "BS-GZ-006", + "name": "广州(代码仓库)", + "ip": "43.139.217.141", + "region": "广州", + "status": "gatekeeper已部署·进程待重启(前台进程随旧会话结束)", + "key": "zy_gtw_4a155446b7acc09fe46a2a29972c0ca5d9954da19c35dc23", + "deployed_at": "2026-05-17T17:30:00+08:00", + "notes": "进服务器终端执行: node /tmp/gatekeeper.js 3910,或用nohup保持后台" + }, + { + "code": "BS-SH-005", + "name": "上海", + "ip": "124.223.10.33", + "region": "上海", + "status": "✅ gatekeeper运行中", + "key": "zy_gtw_b1045de5ddfd7832e3c53349d9c896f054b85a4a9ece22f9", + "public_port": 3910, + "deployed_at": "2026-05-17T18:02:00+08:00" + }, + { + "code": "BS-SG-001", + "name": "铸渊大脑", + "ip": "43.156.237.110", + "region": "新加坡", + "status": "⏳ 待部署", + "deployed_at": null, + "key": null + }, + { + "code": "BS-SG-002", + "name": "铸渊面孔", + "ip": "43.134.16.246", + "region": "新加坡", + "status": "⏳ 待部署", + "deployed_at": null, + "key": null + }, + { + "code": "BS-SG-003", + "name": "BS-SVR-SG-001", + "ip": "43.153.193.169", + "region": "新加坡", + "status": "⏳ 待部署", + "deployed_at": null, + "key": null + }, + { + "code": "ZY-SG-006", + "name": "ZY-SVR-006", + "ip": "43.153.203.105", + "region": "新加坡", + "status": "⏳ 待部署", + "deployed_at": null, + "key": null + } + ], + "summary": { + "total": 6, + "running": 1, + "need_restart": 1, + "pending": 4 + } +}