dsh plugins中文
← Back to popular plugin directory

Tailscale Remote Access Kit

osmondlee/dsh-web-tailscale · skills

Access the DSH Web UI remotely through Tailscale with password protection, an overlay patch, and a PowerShell launcher.

★ 0GitHub stars
0Forks
2026-08-16Last updated
PowerShellLanguage
License

Project overview

让手机/平板在任意网络下,经 Tailscale 加密内网远程访问并操控本机 DeepSeek Harness(dsh)Web UI,Agent 仍在本机执行。 不改 dsh 源码;只用官方 launcher flag + 官方用户 patch 层(--patch 叠加层)+ 社区插件 henlii/dsh-plugins 的 dsh-web-auth 密码认证; 不 "绑 0.0.0.0 + 无密码":非回环 /api 与 WebSocket 全部在密码墙之后; 桌面版 / 普通 dsh web 实例完全不受影响(叠加层只被远程实例加载)。 重要结论(已实测核对,dsh 0.1.0-rc.6)

把本仓库的 web-remote.patch.example.yml 复制为 $DSHHOME\web-remote.patch.yml(或直接运行本仓库脚本的 -InstallAuth 自动生成)。 4. 设置访问密码并启动

--trusted-host 填的是手机地址栏里敲的地址(本机 Tailscale IP / 本机 MagicDNS 域名), 不是手机的 IP;精确匹配、无通配符、域名不带结尾点。 5. 手机访问

Install command

dsh plugin --profile web add github:osmondlee/dsh-web-tailscale
View GitHub repository ↗Back to popular plugin directory