haibala-aii / dsh-extensions-remotelink

목록에 있음

Haibala mobile remote control for DeepSeek Harness: scan-to-pair QR and a phone surface at /m

main기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:haibala-aii/dsh-extensions-remotelink

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 765b9a9동기화 2026. 8. 18.

English | 中文

Haibala mobile remote control for the DeepSeek Harness web GUI: the desktop mints a one-time QR, the phone pairs and uses the normal responsive web UI.

This is a fork of @linxin666/dsh-remote-web-ui (BSD-3-Clause). See NOTICE.

Install

dsh plugin --profile web add github:haibala-aii/dsh-extensions-remotelink

Restart dsh web after the add succeeds. This repository ships prebuilt lib/.

Use

  1. Open the desktop GUI at http://127.0.0.1:<port> (the pairing panel is loopback-only).
  2. Settings → Remote: turn the plugin on and save.
  3. Scan the QR (or open the copied link) on the phone. The phone binds and reloads into the normal web UI (the sidebar/details collapse automatically on small screens).
  4. Stop revokes every paired device. Refresh invalidates the current QR.

The sidebar chip 正在远程操控 appears only while at least one paired phone is online.

Task-complete alerts

When an agent goes idle after running, the desktop GUI and an open phone tab play a short chime and show a system notification (after the browser grants permission). Settings → Remote → 任务完成提醒 toggles this on both sides. Keep the web UI open on the phone; Android Chrome can still banner while the tab is in the background. The notification body is the session title only — never an origin or path.

Public access (own domain)

Leave 自动公网隧道 off. Point a reverse proxy or named tunnel at http://127.0.0.1:<port>, 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.

저장소 정보

언어
TypeScript
라이선스
BSD-3-Clause
마지막 업데이트
2026. 8. 15. 오후 7:51

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.