
Yari-tuber/dsh-remote-gateway
30最近提交 2026年8月15日
dsh-remote-gateway DSH 插件
DSH Remote Gateway 在 DeepSeek Harness 设置中添加了远程访问页面。它可以检测或自动安装 cloudflared,创建临时 HTTPS 地址,并在代理 HTTP 和 WebSocket 流量前使用专用登录页面保护 Harness。该插件支持 Windows、Linux 和 macOS 的 x64 及 ARM64 架构。
如何安装 dsh-remote-gateway DSH 插件
dsh plugin --profile web add github:Yari-tuber/dsh-remote-gateway复制不会执行命令。安装 dsh-remote-gateway DSH 插件前请核对仓库和版本。
dsh-remote-gateway DSH 插件数据来源
dsh-remote-gateway DSH 插件快照日期:2026年8月16日
discovered
dsh-remote-gateway DSH 插件能做什么
- 从 Harness 设置中一键启动隧道
- 经过身份验证的 HTTP 和 WebSocket 反向代理,支持安全 Cookie、登录限流和临时源地址封禁
- 自动发现 cloudflared 或托管安装,并验证文件大小和 SHA-256 摘要
- 响应式中英文界面
dsh-remote-gateway DSH 插件适合哪些场景
- 在手机浏览器上远程访问 DeepSeek Harness
- 创建临时安全 HTTPS 隧道用于一次性远程故障排查或演示
- 通过密码保护的 URL 与信任的同事分享 Harness,无需暴露本地网络
dsh-remote-gateway DSH 插件适合谁
- 需要从手机或其他设备远程访问 DeepSeek Harness 的用户
- 希望无需路由器端口转发或 Cloudflare 账户即可安全实现一键远程访问的用户
dsh-remote-gateway DSH 插件的限制
- 主 Harness Web 服务器必须绑定到 127.0.0.1;绑定到局域网或公网接口可能绕过认证
- 快速隧道无运行时间保障,仅适用于个人临时访问,不适合生产或多用户部署
- Cloudflare 可能对重复快速隧道创建进行速率限制;插件在遇到 HTTP 429 或错误 1015 时会停止
dsh-remote-gateway DSH 插件的仓库 README 摘录
以下文字摘自 dsh-remote-gateway DSH 插件的上游仓库 Yari-tuber/dsh-remote-gateway 的 README,版权归原作者,仅作引用。
**One-click, authenticated phone access to DeepSeek Harness.** [简体中文](README.zh-CN.md) · [CLI installation](docs/cli-install.md) · [AI-assisted installation](docs/ai-install.md) · [Security](SECURITY.md) <br> <img src="docs/assets/hero.png" alt="DSH Remote Gateway securely connects DeepSeek Harness on a computer to a mobile browser" width="100%"> </div> DSH Remote Gateway adds a polished **Remote Access** page to DeepSeek Harness settings. It can detect or securely install `cloudflared`, create a temporary HTTPS address, and protect Harness with a dedicated login before proxying HTTP and WebSocket traffic. > [!WARNING] > DeepSeek Harness can run shell commands and access files. Treat remote access like remote control of your computer: use a unique password, keep the Harness Web server bound to `127.0.0.1`, do not share the tunnel URL, and stop the tunnel when it is not needed. ## Preview ### Remote Access settings  ### Mobile experience <table> <tr> <td width="50%" align="center"><img src="docs/assets/settings-mobile.png" alt="Responsive Remote Access settings on a phone"></td> <td width="50%" align=
阅读完整 README仓库许可: MIT
dsh-remote-gateway DSH 插件常见问题
如何安装 DSH Remote Gateway?
在终端中执行 `dsh plugin --profile web add github:Yari-tuber/dsh-remote-gateway`。如果第一次执行失败,可能是因为 pnpm 阻止了构建脚本,此时需要在 profile 的 `pnpm-workspace.yaml` 中添加 `allowBuilds: dsh-remote-gateway: true`,然后重新执行命令。之后启动 Harness(`dsh --profile web`),打开设置 → 远程访问即可使用。
使用这个插件进行远程访问安全吗?
是的,但请遵循安全警告:将主 Harness Web 服务器绑定到 127.0.0.1,使用唯一且强密码,不要分享隧道 URL,在不使用时停止隧道。插件将认证状态和凭据仅存储在内存中,并具有登录限流和登录失败后的临时 IP 封禁功能。
使用隧道需要 Cloudflare 账户吗?
不需要。插件使用 Cloudflare Quick Tunnels,无需任何账户或路由器配置即可创建临时公共 HTTPS 地址。但请注意,该隧道没有运行时间保障,仅适用于个人临时访问。
如何在设置后更改用户名和密码?
直接在 Harness 设置 → 远程访问页面中修改用户名和密码即可,更改立即生效。如果将密码留空,下次重启时插件会自动生成一个内存中的强密码。
如何卸载 DSH Remote Gateway?
在终端中执行 `dsh plugin --profile web remove dsh-remote-gateway` 即可从 profile 中移除该插件。如果不再需要已安装的 cloudflared 可执行文件,可以手动删除 `$DSH_HOME/tools/dsh-remote-gateway` 目录。