bigfurma-bot/dsh-web-restart ↗★ 0
@deepseek-ai/dsh-web-restart
DSH Web UI 的一键重启按钮插件。在侧边栏页脚添加按钮,通过 POST 请求触发 Linux 独立脚本,杀死原 DSH Web 实例并从指定目录重新启动,是原版项目的 Linux 移植版本。
AI 分析
核心用于简化 DSH Web 实例的重启流程。适合在 Linux 环境下进行频繁调试或配置更新的开发者。必要条件是必须运行在 Linux 系统,且环境中需安装并配置好 pnpm。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
Paths are constants at the top of each file — adjust to your machine:
host.js:SCRIPT(restarter path),LOG(log file)restart-dsh-web.sh:LOG, kill patterns, and the checkout dir + launch command at the bottom (default:cd /home/prime/deepseek-harness && pnpm dsh web)
Requirements: Linux, DSH web profile (bundle-layer plugins), pnpm on PATH.