DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

13323232dong /

dsh-tunnel-qr-plugin

已验证

DSH 免费公网隧道插件:一次性安全密钥二维码自动登录,支持定时刷新与 macOS、Linux、Windows。

★ 1 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@b080a07e

DSH Tunnel QR Plugin

Standalone DeepSeek Harness Web plugin that adds a right-bottom 二维码 button for reopening the public tunnel QR code.

Features

  • fixed right-bottom button with a mobile-safe offset;
  • modal QR viewer with close button, backdrop click, and Escape support;
  • Basic Auth username display and a masked password with show/hide control;
  • plugin-owned /dsh-public-qr.png route with GET and HEAD support;
  • bundle patch so installing the package can activate both Host and client halves.

The QR image is the deployment QR generated for the configured public tunnel. Regenerate and replace assets/dsh-public-qr.png when the tunnel URL changes.

Install

From a DSH workspace/profile, install this package through the normal plugin workflow:

dsh plugin --profile web add https://github.com/13323232dong/dsh-tunnel-qr-plugin.git

Restart the Web profile after installation. The package's dsh.bundle patch mounts the plugin and its dsh.client declaration loads the browser half.

Set the credentials in the DSH process environment before startup:

export DSH_TUNNEL_AUTH_USERNAME='your-username'
export DSH_TUNNEL_AUTH_PASSWORD='your-password'

Use the operating system keychain or a secret manager to supply the password in production. Do not commit credentials to this repository. The credential response is read-only and carries no-store/no-cache headers.

Development

This repository contains the source and built client artifact. In the upstream DSH workspace, run:

pnpm exec tsc -b tsconfig.json
pnpm run bundle

The plugin requires the DSH Host Webserver and client runtime packages supplied by the host profile.

—/ 5

暂无评分

已验证 DSH bundle

Commit b080a07ea08c

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于