dshpluginsdshplugins.cc

AcidGr/dsh-web-lan-access

LAN/remote access for the Web UI: injects a crypto.randomUUID polyfill on plain-HTTP origins so the frontend survives LAN or Tailscale IP direct links.

uiLicense MITJavaScript
80Health score

About this plugin

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.

Keywords
deepseek-harnessdshdsh-plugin
Install · dsh CLI
npm$ dsh plugin --profile web add dsh-web-lan-access
github$ dsh plugin --profile web add github:acidgr/dsh-web-lan-access

Health breakdown

80 / 100
License40 / 40
Risk disclosure0 / 20
Manifest20 / 20
No network calls20 / 20

This plugin has not fully disclosed its data-collection behavior. Review the source and manifest before installing.

Security

LicenseMIT
Risk disclosurepartial — review the source
Network callsnone
Credentialsno
Manifestdeclared

Key metrics

Downloads / mo0
vs last month
Stars
6
Forks
1
Listed
Aug 14, 2026
Last updated
Aug 16, 2026

Related

Related plugins