feat(remote): 添加 XCOpenCodeWeb 服务管理
- 新增 XCOpenCodeWebService.js 服务模块 - 支持启动/停止/健康检测(每10秒) - 随 remote 服务启动/退出 - 配置文件添加 xcopencodeweb 配置 - 修复 opencode 默认端口配置
This commit is contained in:
@@ -28,8 +28,11 @@
|
||||
"configPath": "./frp/frpc.toml"
|
||||
},
|
||||
"opencode": {
|
||||
"enabled": true
|
||||
},
|
||||
"xcopencodeweb": {
|
||||
"enabled": true,
|
||||
"port": 3002
|
||||
"port": 9999
|
||||
},
|
||||
"gitea": {
|
||||
"enabled": true
|
||||
|
||||
Reference in New Issue
Block a user