dsh-pair-quick
Mints a fresh remote-web-ui pairing link and shows its QR in the dsh settings page.
在 dsh 设置页直接铸造 remote-web-ui 远程访问配对链接并显示二维码。
How to install
dsh plugin add github:dsh-publish/dsh-pair-quick About
dsh-pair-quick 在 dsh web 设置页增加「**快速配对**」页面:一键铸造远程访问配对链接并显示二维码。 依赖 @linxin666/dsh-remote-web-ui 的 /api/pair/issue(回环铸造端点)——需要该插件已安装并配置好隧道/LAN 访问。 安装 sh dsh plugin --profile web add dsh-pair-quick 重启 dsh web,打开 **设置 → 快速配对** → 点「获取配对链接」→ 手机扫码。 安全 铸造端点仅限回环(127.0.0.1 / ::1),局域网来源得到 403。 配对链接是一次性令牌(约 10 分钟有效)——同 remote-web-ui 的语义;不在此处持久化任何凭据。 结构 lib/index.js — Host:注册 POST /api/pair-quick/mint(代调 pair issue + qrcode 出图)。 lib/client.js — 浏览器端:设置页槽位 settings.section(id pair-quick)。 cordis.patch.yml — 插入插件行。…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-09
- Created
- 2026-09-09
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-android
ZSeven-W/dsh-android
A live Android device inside the conversation — emulator or USB phone, driven entirely through adb: 20 agent tools for streaming, Gradle build and run, UI-tree or OCR interaction, logcat, processes and memory, plus a three-button navigation panel.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-remote-web-ui
Remote control of a dsh web workspace from phone or PC: QR-code pairing through a token-gated channel, SSE real-time sync, and separate mobile and full desktop GUI modes.
dsh-sev
Buzzso/dsh-sev
Manage your own remote DSH host from the local GUI: SSH tunnels, mixed remote session list, one-click remote GUI, auto-healing tunnels.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-ssh
SSH ops panel for DSH: web terminal, SFTP transfer with progress, local port forwarding, and one-command cluster execution across hosts; agents share the same host config.