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.

Cloud Gateway — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-cloud-gateway

Cloud Gateway

Login wall and public gateway for DeepSeek Harness cloud deploys.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:MrLukezy/dsh-cloud-gateway#3db3da1ed5271b8a143a5a55e1038f513a3ad712
READMECompatibilityVersions

Compatibility and provenance

Cloud Gateway is published as dsh-cloud-gateway and currently resolves to version 0.3.13. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

0.3.13stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.3.13
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/21/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

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.

README

dsh-cloud-gateway

介绍

官方 dsh web 只监听本机 127.0.0.1,不能直接对公网开放。本插件在旁边开一个带账号密码的入口,登录后再反代到本地 DeepSeek Harness。

适合已经把 Harness 装到云服务器、又希望用浏览器从外网进入工作台的人。安装后默认监听 8080,访问路径是 /dsh,避免和官方 Web 的 3080 抢端口。

仓库 topic:dsh-plugin、dsh-category-security。发布包不含真实账号、密码、域名或公网 IP。凭据只写在你自己机器上。

English: a login wall and reverse proxy for cloud-deployed DeepSeek Harness.

安装

需要已安装 DeepSeek Harness。

dsh plugin --profile web add github:MrLukezy/dsh-cloud-gateway
dsh web --trusted-host YOUR_PUBLIC_IP --trusted-host your.example.com

浏览器打开:

http://YOUR_PUBLIC_IP:8080/dsh

本地目录也可以:dsh plugin --profile web add ./dsh-cloud-gateway。

手机访问

本插件只提供登录和反代,不改官方桌面布局。手机竖屏打开会挤,侧栏也不好用。

如果主要用手机进云端工作台,建议和社区竖屏插件 dsh-web-mobile 一起装,两个插件可以放在同一个 web profile:

dsh plugin --profile web add github:MrLukezy/dsh-cloud-gateway
dsh plugin --profile web add github:mexiaosqwq/dsh-web-mobile
dsh web --trusted-host YOUR_PUBLIC_IP --trusted-host your.example.com

dsh-cloud-gateway 负责公网登录,dsh-web-mobile(包名 @dsh-external/dsh-mobile-nav)负责窄屏抽屉、会话全宽和设置页适配。电脑宽屏布局基本不变。

配置引导

完整步骤、字段说明和 Nginx 示例见 docs/setup.md。最短路径:

  1. 没自己设密码时,到 dsh web 日志里找 generated login。
  2. 登录后打开 设置 → 网关,再点 网关设置,改账号、密码、端口和是否信任反代。也可以在同一页退出登录。
  3. 启动命令必须带 --trusted-host,否则登录后接口会被官方围栏拦住。
  4. 前面如果有 Nginx,打开「信任反向代理」,并把 /dsh、/assets/、/plugins/、/api、/dsh-image-gen、/query-balance 都反代到网关。
  5. 浏览器拖入 PDF、Markdown 等非图片文件时,网关会保存到服务器,并在输入框插入 @文件名 引用;png/jpeg/webp/gif 仍走官方图片附件栏。

文档

  • 配置引导

开发

npm install
npm test

License

MIT