mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-22 17:36:59 +08:00
34f1e3d56f
- Switch privilege model to run-as: package (zero root, per fnOS guide) - Borrow App Store python312 instead of bundling CPython; keep bundled uv - Move venv, HOME and caches onto the persistent data share - Start service via setsid; stop/upgrade kill the whole process group - Sweep stray runtime/box orphans in install/upgrade init hooks - Track LangBot 4.10.11 (manifest baseline + upstream merge)
17 lines
585 B
Plaintext
17 lines
585 B
Plaintext
appname=langbot
|
|
version=4.10.11
|
|
display_name=LangBot
|
|
desc=基于 LLM 的多平台智能对话机器人,支持 QQ、微信、飞书、钉钉、Telegram 等十余种即时通讯平台,内置 Web 管理界面和 AI Agent 能力。
|
|
platform=all
|
|
source=thirdparty
|
|
maintainer=LangBot
|
|
maintainer_url=https://langbot.app
|
|
service_port=5300
|
|
checkport=true
|
|
os_min_version=0.9.0
|
|
desktop_uidir=ui
|
|
desktop_applaunchname=langbot.main
|
|
ctl_stop=true
|
|
install_dep_apps=nodejs_v22
|
|
changelog=飞牛 fnOS 增强版首版:原生 Python 部署,依赖 Node.js v22 以启用 Box 沙箱 + npx MCP 能力
|