dsh plugins中文
← Back to popular plugin directory

Remote DeepSeek Harness with full server side API access

JUANWANG-BUAA/dsh-full-remote · skills

Remote DeepSeek Harness with full server-side API access: Host/Origin rewrite restores settings.

★ 2GitHub stars
0Forks
2026-08-16Last updated
TypeScriptLanguage
MITLicense

Project overview

dsh-full-remote Listed in awesome-dsh-plugin · DeepSeek Harness plugin

dsh-full-remote is a plugin for DeepSeek Harness. It places an authenticated reverse proxy in front of the Harness Web server, so the Web UI can be used through a public tunnel or from a device on the local network while privileged APIs such as settings, credentials, and directory browsing remain available. Problem

The plugin inserts a reverse proxy between the tunnel and the Harness Web server. The proxy: rewrites Host and Origin to 127.0.0.1 before forwarding, so the privileged APIs pass Harness's trust check; requires an access token or a valid device session before any request is forwarded; forwards HTTP, SSE, and WebSocket traffic; provides a settings page (Settings → Reverse proxy) for starting and stopping the proxy, changing the listen address, rotating the token, and managing device sessions.

Install command

dsh plugin --profile web add github:JUANWANG-BUAA/dsh-full-remote
View GitHub repository ↗Back to popular plugin directory