安装
npx -y @deepseek-ai/dsh plugin --profile web add github:woyeshishen/dsh-lan-access此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。
README
维护者编写的文档快照。
dsh-lan-access
中文 | English
Bind the DeepSeek Harness (DSH) Web GUI to 0.0.0.0 so other machines on the LAN can reach it — plus a crypto.randomUUID polyfill that makes the GUI fully work over plain-HTTP LAN origins — without modifying any shipped dsh code.
Features
| 🌐 LAN access | Rebind the Web GUI to 0.0.0.0 via an id-targeted config patch. No --host flag involved, so the built-in 0.0.0.0 guard never runs |
🛡️ crypto.randomUUID polyfill | Injects a tiny script into index.html so /api RPCs work on non-secure HTTP origins (the Web API is undefined there) |
| 🔓 Remote privileged methods | Settings / credentials / agent presets work from the LAN too (allowRemotePrivileged, default on) |
| 📦 Install once, keep working | Static bundle auto-mounts into the profile and loads at DSH startup, survives restarts |
Install
One-liner (recommended)
Windows (PowerShell)
irm https://raw.githubusercontent.com/woyeshishen/dsh-lan-access/main/scripts/install.ps1 | iex
macOS / Linux
bash <(curl -fsSL https://raw.githubusercontent.com/woyeshishen/dsh-lan-access/main/scripts/install.sh)
dsh plugin command
From npm
dsh plugin --profile web add @woyeshishen/dsh-lan-access
From GitHub
dsh plugin --profile web add github:woyeshishen/dsh-lan-access
After install, the plugin auto-mounts into the profile; restart DSH (or hot-reload) to activate.
Notes
- The bind host is pinned to
0.0.0.0by this plugin's patch; editcordis.patch.ymlif you need a different posture. --portstill works (the patch keeps the!!jsport expression).- By default privileged
/apimethods (settings/credentials/agent presets) are reachable from trusted LAN hosts (allowRemotePrivileged: true); setconfig: { allowRemotePrivileged: false }on thelan-accessrow to restore loopback-only for them. - Uninstall:
dsh plugin --profile web remove @woyeshishen/dsh-lan-access - This plugin intentionally exposes a remote-code-execution surface to the network — only use it on a trusted LAN.
Development
npm install
npm run build # tsc -> lib/
npm run check # type-check only
npm run check:legacy # cordis.patch.yml structure sanity check
License
项目文件与信号
以下项目是目录快照中检测到的公开仓库信号。
仓库信息
- 开发语言
- PowerShell
- 许可证
- Apache-2.0
- 最后更新
- 2026年8月15日 22:24
谨慎安装
请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。