DeepSeek Harness plugin

dsh-cloud-gateway

Login wall and public gateway for DeepSeek Harness cloud deploys.

Jump to install

Source facts

Repository
MrLukezy/dsh-cloud-gateway
Latest update
Aug 21, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/MrLukezy/dsh-cloud-gateway
Plugin: dsh-cloud-gateway
Author: MrLukezy

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-cloud-gateway

介绍

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

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

仓库 topic:dsh-plugindsh-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](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 仍走官方图片附件栏。

文档

  • [配置引导](docs/setup.md)

开发

npm install
npm test

License

MIT