DSH-Mobile-Gate: Adding a LAN Mobile Access Gateway to DSH

dsh-mobile-gate is an MIT-licensed standalone Node gateway maintained by Bernardxu123, designed to address device approval, token binding, rate limiting, and mobile layout issues when accessing the local DeepSeek Harness (DSH) Web UI from a mobile phone on the same local network. The gateway listens on 0.0.0.0, reverse-proxies the DSH Web UI, and injects compact CSS along with mobile-adaptation markers. Its core features include: requiring manual local approval on first access; generating a one-time device token after approval to ensure single-device binding; implementing per-IP rate limiting (default 120 requests per minute); and allowing direct pass-through for loopback addresses. Running as an independent subprocess, it does not modify the DSH main service configuration and supports installation via `dsh plugin add` or static mounting.

Read More