ZhimingYe/dsh-hub
ZhimingYe★ 0TypeScript最后同步: 2026-08-15
Remote Development over Reverse Tunnels for DeepSeek Harness (Unix-like Systems Only)
README 摘要
DSH Hub English 中文 Use DeepSeek Harness in a browser from a Unix-like machine (Linux or macOS). Hub runs on a public machine; the Unix-like machine only makes outbound connections and does not open inbound ports. Both machines need Node.js = 22.19 and this repository. The Unix-like machine must also be able to run dsh . After install the command is dsh-hub ; you do not need npx . 1. Install Run this on both machines: Confirm the command is on PATH : After later upgrades, run npm install -g . again. Without a global install, use npx dsh-hub from the repository root. On the Unix-like machine, confirm dsh works: If there is no global dsh , install DeepSeek Harness, run pnpm install && pnpm run build at its repository root, and put dsh on PATH . 2. Start Hub On the public machine: Enter a password at the prompt (it is not echoed). The first run writes hub.yaml in the current directory (mode 0600 , bcrypt hashes, not plaintext) and prints once: Copy the DSH HUB AGENT SECRET= line to the Unix-like machine immediately (environment variable, --agent-secret-file , or a later prompt). Later serve runs do not print the plaintext. The yaml cannot recover that value. Allow 443 on the reverse pr…
在 GitHub 查看完整 README →