SpringNyan/dsh-public-proxy ↗★ 0
dsh-public-proxy
A DeepSeek Harness plugin that exposes the DSH Web UI for LAN access
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SpringNyan/dsh-public-proxy说明文档
阅读完整 README ↗使用方法
插件运行后,默认会在 3081 端口监听。局域网内的其他设备可以通过以下地址访问 Web UI:
http://:3081
例如 http://192.168.1.100:3081
配置
可以在 $DSH_HOME/profiles/web/cordis.patch.yml 中配置选项:
- id: public-proxy
config:
host: "0.0.0.0"
port: 3081
applyRandomUuidPatch: true
applyLoopbackCheckPatch: true