dsh-shutup
Shut up DSH web: no browser token gate, inverted --no-open (default stays quiet), --host 0.0.0.0 allowed
AI Analysis
用于简化 DSH Web 的启动和访问流程。适合不需要 Token 验证、希望在局域网内便捷分享或访问 DSH 服务的用户。支持一键安静启动。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:link-fgfgui/dsh-shutupREADME
Read the full 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: 安装,改包内文件即时生效,无需重装。