link-fgfgui/dsh-shutup0

dsh-shutup

Shut up DSH web: no browser token gate, inverted --no-open (default stays quiet), --host 0.0.0.0 allowed

AI 分析

用于简化 DSH Web 的启动和访问流程。适合不需要 Token 验证、希望在局域网内便捷分享或访问 DSH 服务的用户。支持一键安静启动。

パッケージ
dsh-shutup
バージョン
0.2.0
最終更新
2026/09/08

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:link-fgfgui/dsh-shutup

ドキュメント

README 全文を読む ↗

使用

dsh --profile web                              # 安静启动,直接打开打印的干净 URL
dsh --profile web --no-open                    # 反而弹浏览器(反转语义)
dsh --profile web --host 0.0.0.0 --port 3080   # 局域网可访问,同时打印 LAN 地址
dsh plugin --profile web remove dsh-shutup     # 移除

startup.js 的依赖(commander + @deepseek-ai/dsh-cmdline)已在包内 pnpm install 好;profile 侧是 link: 安装,改包内文件即时生效,无需重装。