AI Agent Hub
Back to plugins
🧰

dsh-cftunnel

Web Tools Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install weicy98/dsh-cftunnel

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

Run dsh plugin install weicy98/dsh-cftunnel in the DeepSeek Harness terminal to install this plugin; check the source repository at https://github.com/weicy98/dsh-cftunnel for detailed documentation before installing.

About this plugin

The DeepSeek Harness web UI binds to 127.0.0.1:3080 by design, which means the moment you step away from your machine the interface becomes unreachable. dsh-cftunnel bridges that gap with a single Cloudflare Tunnel that safely publishes the local port to the public internet. The plugin downloads and caches cloudflared on its own at first Connect, so there is no package manager, no manual binary placement, and no service restart to worry about.

Three modes cover the full spectrum of use. Quick tunnel requires no Cloudflare account and hands back a random trycloudflare.com URL in seconds; Tunnel token plugs into a tunnel you already provisioned in the Zero Trust dashboard; API token lets the plugin create the tunnel, ingress rules, DNS CNAME, and even an Access email-OTP policy for you through the Cloudflare HTTP API. Every request transits a loopback reverse proxy that rewrites the Host header and strips Origin so the harness trust fence accepts it fully, while an access-token gate and an optional Cloudflare Access OTP layer keep remote visitors in check.

This plugin is a good fit for solo developers and small teams who run dsh web locally but occasionally need to share the interface with a colleague, debug from a different machine, or spin up a quick demo link. One install, a few fields in Settings, and a single Connect click turns an otherwise local-only UI into a safe, shareable remote endpoint.

Use Cases

  • Debug the local dsh web UI remotely with zero extra setup
  • Share a live demo link of your local dev environment with a colleague
  • Generate a temporary public URL instantly without a Cloudflare account

Best For

  • Solo developers using dsh web
  • Small teams that need remote collaboration
  • Ops engineers who want to expose local services securely