bluecobaltum/dsh-lan-proxy ↗★ 1
dsh-lan-proxy
LAN access for DeepSeek Harness Web UI: loopback-preserving reverse proxy with Host/Origin rewrite, in-app browse directory picker, and a secure-context UUID polyfill. For trusted LANs only — the harness web control plane has no authentication.
AI Analysis
核心用途是免配置实现局域网内其他设备访问 DSH。适合需要在平板或手机上调试本地 DSH、且处于信任局域网环境的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗使用
- 局域网设备访问 http://:8080(默认端口)。
- 点「选择工作区」→ 网页内目录浏览器。
- 无需任何
--host 0.0.0.0、--trusted-host参数;后端保持 loopback。
配置
- id: dsh-lan-proxy
name: '.../src/index.ts'
config:
lanHost: 0.0.0.0 # 代理监听地址
lanPort: 8080 # 代理端口
polyfill: true # UUID polyfill
browsePicker: true # 应用内目录选择器
proxy: true # 局域网反向代理