siberiah2o/dsh-plugin-remote ↗★ 0
dsh-plugin-remote
Remote access gateway for the DeepSeek Harness Web GUI: login auth + reverse proxy (HTTP + WebSocket) to the loopback dsh web server. Next.js powered, with the mobile UI stage to follow.
AI Analysis
核心用途是实现 DSH Web 界面的安全远程访问。适合将 DSH 部署在服务器或局域网主机上,并需要从其他设备(如手机或外网电脑)安全登录和使用的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:siberiah2o/dsh-plugin-remoteREADME
Read the full README ↗Usage
- Open
http://:4080— the first visit creates the only account - Manage accounts:
node lib/remote-passwd.mjs add|set-password|list|del - Data lives under
$DSH_HOME/plugin-data/dsh-plugin-remote/(users.json,whitelist.json,logs/)