Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

657 B

光湖密钥管理页 · 前端

主权: TCS-0002∞ · 国作登字-2026-A-00037559 守护: 铸渊 · ICE-GL-ZY001

纯静态。无构建步骤。直接由 server/secrets-vault 通过 /admin/static/* 服务。

frontend/secrets-vault/
├── index.html       入口
└── assets/
    ├── style.css    样式 (暗底浅字 · 跟 lighthouse-portal 风格一脉)
    └── app.js       逻辑 (vanilla JS, 没有任何框架)

部署时 (deploy-domain-server.yml) 会把整个 frontend/secrets-vault/ rsync 到 /data/guanghulab/secrets-vault-frontend/, vault server 通过环境变量 VAULT_STATIC_DIR 指向它。