git clone <your-repo-url>
cd CPA_crd_manager编辑 frontend/config.yaml:
cpa_url: http://127.0.0.1:8317
management_key: sk-39c5bb注意:management_key 必须与远程 CPA 服务端配置的管理密码保持一致,否则 WebUI 登录会失败。
.\start.bat默认访问:http://localhost:8333
docker compose up -d --build默认访问:http://localhost:8333