2026-04-11 13:06:15 +08:00
|
|
|
|
{
|
2026-06-01 11:08:08 +08:00
|
|
|
|
"server": {
|
|
|
|
|
|
"name": "hz1-PowerEdge-R730xd",
|
|
|
|
|
|
"description": "黄庄1号服务器 - PowerEdge R730xd",
|
|
|
|
|
|
"python_path": "/home/hz1/miniconda3/envs/openclaw/bin/python3.12",
|
|
|
|
|
|
"updated": "2026-06-01"
|
|
|
|
|
|
},
|
2026-04-11 13:06:15 +08:00
|
|
|
|
"projects": [
|
|
|
|
|
|
{
|
2026-06-01 11:08:08 +08:00
|
|
|
|
"id": "pdf-translate-web",
|
|
|
|
|
|
"name": "PDF翻译助手",
|
2026-04-11 13:06:15 +08:00
|
|
|
|
"type": "web",
|
2026-06-01 11:08:08 +08:00
|
|
|
|
"ports": [16021],
|
|
|
|
|
|
"directory": "works/pdf-translate-web",
|
|
|
|
|
|
"start_cmd": "mkdir -p logs && nohup /home/hz1/miniconda3/envs/openclaw/bin/python3.12 app.py > logs/app.log 2>&1 & disown",
|
|
|
|
|
|
"stop_cmd": "pkill -f 'python.*pdf-translate-web.*app.py' || true",
|
|
|
|
|
|
"health_url": "http://localhost:16021/",
|
2026-04-11 13:06:15 +08:00
|
|
|
|
"description": "英文PDF翻译中文网站,支持用户系统、会员体系",
|
2026-06-01 11:08:08 +08:00
|
|
|
|
"admin_url": "http://localhost:16021/admin",
|
|
|
|
|
|
"git_repo": "http://121.40.164.32:12007/coder/pdf-translate-web",
|
2026-04-13 11:07:52 +08:00
|
|
|
|
"version": "v2.0.0"
|
2026-04-11 13:06:15 +08:00
|
|
|
|
},
|
2026-04-15 09:59:39 +08:00
|
|
|
|
{
|
|
|
|
|
|
"id": "project-panel",
|
|
|
|
|
|
"name": "项目服务管理面板",
|
|
|
|
|
|
"type": "web",
|
2026-06-01 11:08:08 +08:00
|
|
|
|
"ports": [16022],
|
2026-04-15 09:59:39 +08:00
|
|
|
|
"directory": "works/project-panel",
|
2026-06-01 11:08:08 +08:00
|
|
|
|
"start_cmd": "mkdir -p logs && nohup /home/hz1/miniconda3/envs/openclaw/bin/python3.12 app.py > logs/app.log 2>&1 & disown",
|
|
|
|
|
|
"stop_cmd": "pkill -f 'python.*project-panel.*app.py' || true",
|
|
|
|
|
|
"health_url": "http://localhost:16022/",
|
2026-06-01 11:30:15 +08:00
|
|
|
|
"description": "统一管理所有 Web 服务项目,支持 Docker 监控、系统资源监控、Cron 管理",
|
2026-06-01 11:08:08 +08:00
|
|
|
|
"admin_url": "http://localhost:16022",
|
2026-06-01 11:15:24 +08:00
|
|
|
|
"git_repo": "http://121.40.164.32:12007/hz4th_coder/project-panel",
|
2026-06-01 11:30:15 +08:00
|
|
|
|
"version": "v3.0.0"
|
2026-06-01 11:08:08 +08:00
|
|
|
|
}
|
|
|
|
|
|
],
|
|
|
|
|
|
"external_services": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"id": "meilisearch",
|
|
|
|
|
|
"name": "Meilisearch 搜索引擎",
|
|
|
|
|
|
"type": "external",
|
|
|
|
|
|
"ports": [16001],
|
|
|
|
|
|
"health_url": "http://localhost:16001/health",
|
|
|
|
|
|
"description": "高性能搜索引擎,只读监控"
|
2026-04-11 13:06:15 +08:00
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
}
|