ljnljn2005/dsh-octopus-launch0

dsh-octopus-launch

DSH plugin: launch a background process (e.g. octopus LLM gateway) automatically when dsh starts. Idempotent: skips if already running.

AI 分析

在 DSH 启动时自动幂等拉起指定的后台可执行程序。适合需要将 DSH 与自定义网关、代理或其他本地后台服务绑定运行、实现一键同步启动的用户。

パッケージ
dsh-octopus-launch
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

配置项

字段类型默认说明
binaryPathstring必填要拉起的可执行文件绝对路径(按自己环境填)
argsstring[]["start"]启动参数
detectCommandstringpgrep -x 检测进程是否已运行的命令
logFilestring/.dsh.log启动日志输出文件
autoStartbooleantrue是否在 dsh 启动时自动拉起
confirmDelayMsnumber1500启动后等待确认的毫秒数;0 = 不确认
recheckDelayMsnumber300启动前二次检测间隔(毫秒)