feat(remote): 添加 XCOpenCodeWeb 服务管理

- 新增 XCOpenCodeWebService.js 服务模块
- 支持启动/停止/健康检测(每10秒)
- 随 remote 服务启动/退出
- 配置文件添加 xcopencodeweb 配置
- 修复 opencode 默认端口配置
This commit is contained in:
2026-03-14 16:02:05 +08:00
parent 50cd1e29c9
commit 9b22b647f2
3 changed files with 172 additions and 2 deletions

View File

@@ -28,8 +28,11 @@
"configPath": "./frp/frpc.toml"
},
"opencode": {
"enabled": true
},
"xcopencodeweb": {
"enabled": true,
"port": 3002
"port": 9999
},
"gitea": {
"enabled": true