DSH Plugin: ai-eks/dsh-auth-tunnel

ai-eks/dsh-auth-tunnel is an MIT-licensed plugin designed to securely publish a local DeepSeek Harness Web GUI to the public internet without modifying the deepseek-harness source code. Its core mechanism involves adding a Loopback password gate (including a login page and HMAC Cookie) in front of the web server, and integrating Cloudflare Tunnel to establish the connection channel. The plugin supports two publishing modes, Quick and Named Token, which are suitable for temporary access and fixed domain scenarios, respectively. During installation, it is necessary to ensure that the dsh CLI, pnpm, and cloudflared are in the PATH, and the Node version must be ^22.19 or later.

Read More