ai-eks/dsh-auth-tunnel
ai-eks★ 0TypeScript最后同步: 2026-08-15
Password-gated Cloudflare Tunnel access for the DeepSeek Harness Web GUI, with quick and named tunnel modes.
README 摘要
DSH Auth Tunnel English 中文 Expose the DeepSeek Harness Web GUI through a password-protected Cloudflare Tunnel without changing deepseek-harness itself. Usage Prerequisites - The dsh CLI and pnpm are available on PATH ; the plugin command creates the Web profile when it is missing. - cloudflared available on PATH , or an absolute executable configured for the plugin. - A long, random shared password stored as a DSH credential. Install Install the bundle from Git: Git installs build the checked-out sources through prepare . pnpm 10 and later may first ask you to allow that build in the profile's pnpm-workspace.yaml ; follow the path and exact package key printed by dsh and then rerun the command. For a local checkout, build it before adding the path: The bundle inserts and enables the auth-tunnel row in quick mode and replaces the Host-native directory picker with the in-app browser picker. No deepseek-harness source edit or extra profile row is required. Quick mode Quick mode is the default. Store the shared password in $DSH HOME/.credentials.yaml ( $DSH HOME defaults to /.dsh ): Start the Web profile: After the tunnel is ready, the terminal prints: Open that URL and enter DSH WEB P…
在 GitHub 查看完整 README →