AI Agent Hub
Back to plugins
🖥️

dsh-remote-settings-compat

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install lemoncat7/dsh-remote-settings-compat

Paste the following prompt into your AI chat to install this plugin:

Install this plugin in DeepSeek Harness by running dsh plugin install lemoncat7/dsh-remote-settings-compat; the source repository is https://github.com/lemoncat7/dsh-remote-settings-compat .

About this plugin

Running DeepSeek Harness for remote collaboration often means juggling trusted-origin lists, a separate password gate, and Knowledge share toggles across multiple plugins or ad-hoc scripts, which is fragile and hard to audit. dsh-remote-settings-compat unifies these into a single package and one settings card: trustedOrigins becomes the sole authority for browser-origin checks, Access Gate exposes a transparent HTTP/WebSocket proxy on port 3081 with scrypt-hashed passwords, HttpOnly SameSite session cookies, rate limiting, session expiry, and one-click revocation, while the Knowledge anonymous-share toggle only permits legitimate share-page GETs and leaves search, write-back, and admin endpoints fully gated. The plugin never modifies DSH core or hijacks Knowledge/SSH routes, so every module stays independently auditable. Upgrading from the older dsh-access-gate is seamless: the settings namespace and credential records carry over automatically, so you do not need to re-enter passwords, origins, or session policies-just remove the old bundle from the profile.

It suits teams deploying DSH on Docker hosts, NAS boxes, or remote servers who need secure browser access to settings and models from outside the local network, especially when fronting the instance with Nginx, sharing Knowledge notes with external collaborators via anonymous links, or migrating the public entry point from 3080 to the 3081 password gate. The built-in deployment self-check samples both the page path and the real /api/ path, verifying Host header port preservation, Origin passthrough, entry-point integrity, and Credentials writability before you flip the reverse proxy, reducing the risk of locking yourself out mid-transition.

Use Cases

  • Apply a unified trusted-origin and password-gate policy to a DSH instance exposed on LAN or the internet.
  • Route page, API, and WebSocket traffic through port 3081 behind an Nginx reverse proxy.
  • Enable Knowledge anonymous sharing so external visitors can read valid share pages without touching admin endpoints.

Best For

  • Platform administrators who operate DSH long-term on Docker hosts, NAS boxes, or remote servers.
  • Ops engineers who front DSH with Nginx or 1Panel and publish it behind a reverse proxy.
  • Teams that want to share Knowledge notes with external collaborators safely via anonymous links.