DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Ip Https — DSH Plugin for DeepSeek Harness
← Plugins

dsh-ip-https

Ip Https

DeepSeek Harness plugin: remote settings + Let's Encrypt IP certificates. No domain, no login.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-ip-https@0.1.4
READMECompatibilityVersions

Compatibility and provenance

Ip Https is published as dsh-ip-https and currently resolves to version 0.1.4. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.4stable
8/28/2026
0.1.3stable
8/27/2026

README

dsh-ip-https

DeepSeek Harness 插件:远程浏览器能改设置,并用 Let’s Encrypt IP 证书做 HTTPS。不需要域名、不用备案、没有登录。

装完不用再手写 nginx。本插件不改 dsh 源码,也不改它安装目录里的文件。

公网打开后,谁能访问地址,谁就能改模型和在工作区跑命令。请自己用安全组 / VPN 限制来源。

dsh 0.1.2 起,网页界面会要一次启动 token,再换成约 30 天的登录 cookie。本插件把 cookie 原样转给浏览器,并在打开 https://<公网IP>/(没有 cookie、也没有 ?token=)时自动跳到当前进程的 token 地址。手机和电脑都只要收藏这个根地址,不必再去抄启动日志。能访问该 IP 的人同样会被自动放进(和「没有登录」一致)。不想自动放行时,把 autoLogin 设为 false。

做什么

  1. 远程设置:往页面注入脚本,让设置页按本机模式写入 settings.yaml。
  2. 改头:把 Host / Origin 改成 127.0.0.1:<dsh端口>,特权 RPC 和 pocket 的 tunnel.start 不再 403。
  3. 自动 HTTPS:探测公网 IP,申请 Let’s Encrypt shortlived IP 证书(约 6 天),80 跳 443,到期前约 48 小时自动续。

未装插件时

公网用 http://<IP>:<端口> 打开(不是 HTTPS、也不是本机),浏览器没有安全上下文,crypto.randomUUID 不可用,设置页和工作区会直接报错:

模型加载失败

模型页:crypto.randomUUID is not a function

Agent 预设加载失败

设置里的 Agent 预设:crypto.randomUUID is not a function

通用设置里的预设下拉:crypto.randomUUID is not a function

选择工作区目录失败

选择工作区目录:crypto.randomUUID is not a function

装上本插件后走 https://<公网IP>/,并注入 polyfill,这些页面可以正常打开、远程改设置。

安装 / 更新

需要已经能跑的 dsh(Node 22.5+),以及本机 openssl(生成带 IP SAN 的 CSR)。80/443 要对公网开放(安全组 + 防火墙)。

从任意 DeepSeek Harness 安装:

dsh plugin --profile web add dsh-ip-https

或更新插件 dsh-ip-https:

dsh plugin --profile web update dsh-ip-https@latest

然后启动网页界面。无需构建,也无需额外重启:

dsh web

启动后看终端里的 dsh-ip-https URL(没有 nginx 时用这一行)。已经用 nginx 反代 IP 的,继续打开原来的地址即可。

已经有 nginx、用 IP 访问时

不用改 nginx。 装上插件,还用原来的 http://<公网IP>/(或你在 nginx 里配的那个 IP 地址)。

插件在 dsh 进程里做两件事,流量即使是 nginx → 127.0.0.1:3080 也会生效:

  1. 注入脚本:补上 crypto.randomUUID,并让设置页按本机模式写入
  2. 改 Host / Origin:特权 RPC 不再 403

因为 80/443 已被 nginx 占用,本插件签不了 https://<公网IP>/ 那种 IP 证书。HTTPS 仍由你现有的 nginx 负责(有就有,没有就还是 HTTP,但设置页可以工作)。

想改用插件自己的 https://<公网IP>/:让 nginx 不要占 80/443,再重启 dsh。

在 profile 的 cordis.patch.yml 里可改:

项默认含义
listenHost0.0.0.0网关监听地址
httpsPort443HTTPS
httpPort80ACME + 跳转
fallbackPort3443443 被占时的后备端口
autoTlstrue自动申请 IP 证书
autoLogintrue无登录 cookie 时,把 / 转到当前进程的 ?token=
publicIp空留空则自动探测
acmeEmail空可选,到期通知
acmeStagingfalsetrue 走 LE 测试环境

设置页解锁用的是页面注入,不是改 dsh 的 client.js。dsh 大版本如果改了模块加载器,需要升级本插件。

0.1.2
stable
8/27/2026
Show 2 more versionsCollapse versions
0.1.1stable
8/27/2026
0.1.0stable
8/26/2026

Related plugins

More verified plugins in security-access.

Doctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consolePocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Auto Reviewdsh-auto-reviewSecond-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log audit.
Latest
0.1.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
111.3 kB
Files
18
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
60
Last push
8/28/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in