fix: 修复 xian-favor 启动命令,使用源码而非旧包;更新版本号到 v3.1.0
This commit is contained in:
@@ -160,12 +160,12 @@
|
|||||||
"type": "web",
|
"type": "web",
|
||||||
"ports": [19014],
|
"ports": [19014],
|
||||||
"directory": "works/xian-favor",
|
"directory": "works/xian-favor",
|
||||||
"start_cmd": "mkdir -p logs && nohup xian_favor serve --port 19014 > logs/app.log 2>&1 & disown",
|
"start_cmd": "mkdir -p logs && nohup python3 -c \"from xian_favor.api import start_server; start_server(port=19014)\" > logs/app.log 2>&1 & disown",
|
||||||
"health_url": "http://localhost:19014/api/health",
|
"health_url": "http://localhost:19014/api/items?limit=1",
|
||||||
"description": "文本笔记、链接收藏、待办事项管理系统",
|
"description": "文本笔记、链接收藏、待办事项管理系统",
|
||||||
"admin_url": "http://localhost:19014",
|
"admin_url": "http://localhost:19014",
|
||||||
"git_repo": "http://192.168.2.8:12007/coder/xian-favor",
|
"git_repo": "http://192.168.2.8:12007/coder/xian-favor",
|
||||||
"version": "v1.0.0"
|
"version": "v3.1.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "multi-agent-bidding",
|
"id": "multi-agent-bidding",
|
||||||
|
|||||||
Reference in New Issue
Block a user