bigfurma-bot/dsh-web-restart0

@deepseek-ai/dsh-web-restart

One-click restart button for the DSH Web UI: sidebar-footer button POSTs /restart-dsh; a detached Linux script kills the source-checkout dsh web instance and relaunches it from /home/prime/deepseek-harness. Linux port of github.com/1123762794/dsh-web-restart with an Origin guard.

AI 分析

核心用于简化 DSH Web 实例的重启流程。适合在 Linux 环境下进行频繁调试或配置更新的开发者。必要条件是必须运行在 Linux 系统,且环境中需安装并配置好 pnpm。

パッケージ
@deepseek-ai/dsh-web-restart
バージョン
1.3.0
ライセンス
MIT
最終更新
2026/08/25

インストール

検証済み 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.