haibara757/dsh-haibala-remote-web-ui ↗★ 0
@haibala/dsh-remote-web-ui
Haibala mobile remote control for the DeepSeek Harness web GUI: scan-to-pair QR, one-time tokens, and a phone surface at /m
AI Analysis
核心用途是允许用户通过手机扫码远程控制和与电脑端的 DSH 进行交互。适合需要跨设备、在移动端临时使用 DSH 的用户。
Install
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:haibara757/dsh-haibala-remote-web-uiREADME
Read the full README ↗@haibala/dsh-remote-web-ui
English | 中文
Haibala mobile remote control for the DeepSeek Harness web GUI: the desktop mints a one-time QR, the phone pairs and lands on a standalone /m surface.
This is a fork of @linxin666/dsh-remote-web-ui (BSD-3-Clause). See NOTICE.
Install
dsh plugin --profile web add github:haibara757/dsh-haibala-remote-web-ui
Restart dsh web after the add succeeds. This repository ships prebuilt lib/.
Use
- Open the desktop GUI at
http://127.0.0.1:(the pairing panel is loopback-only). - Settings → Remote: turn the plugin on and save.
- Scan the QR (or open the copied link) on the phone. The phone binds and opens
/m. - Stop revokes every paired device. Refresh invalidates the current QR.
The sidebar chip 正在远程操控 appears only while at least one paired phone is online.
Public access (own domain)
Leave 自动公网隧道 off. Point a reverse proxy or named tunnel at http://127.0.0.1: , then set 公网地址 to that origin, for example https://dsh.example.com. Save and refresh the QR; pick 公网地址, not a LAN IP.
Also trust that host on the connection plugin (--trusted-host dsh.example.com, or a profile overlay that concatenates it onto ctx.webRuntime.trustedHosts).
A Cloudflare quick tunnel hostname changes every run and does not forward SSE; chat then polls. A stable hostname on your own domain avoids that churn.
License
BSD-3-Clause. Original copyright zhu1090093659; Haibala modifications 2026.