LAN/remote access support plug-in
AcidGr/dsh-web-lan-access · skills
DeepSeek Harness (dsh) Web plugin.
★ 6GitHub stars
1Forks
2026-08-16Last updated
JavaScriptLanguage
MITLicense
Project overview
LAN / remote access support for the DeepSeek Harness Web UI. The problem
The Web UI calls crypto.randomUUID() in boot-critical paths (RPC id minting, message ids, draft attachments). That Web API exists only in secure contexts (HTTPS, or http://localhost / http://127.0.0.1). When the UI is served over plain HTTP from a non-loopback address — a LAN IP, a Tailscale IP, or a hostname — crypto.randomUUID is undefined, every RPC throws, and sessions and models never render. The fix
(No npm / local development — point pnpm at the repo instead:
Install command
dsh plugin --profile web add github:AcidGr/dsh-web-lan-access