RedreamR/dsh-remote-access ↗★ 0
dsh-remote-access
Password-protected remote access gateway for the DeepSeek Harness WebUI
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RedreamR/dsh-remote-access说明文档
阅读完整 README ↗Configuration
可以通过 DSH 设置界面的 “远程” 页配置,也可以在 profile 的 cordis.patch.yml 或 --patch 覆盖层中配置。
- id: dsh-remote-access
config:
enabled: true
remoteHost: '0.0.0.0'
remotePort: 3081
password: 'your-strong-password'
enableCaptcha: false
maxAttemptsPerDay: 20
maxAttemptsPer5h: 10
密码通过设置界面保存时会加密写入 $DSH_HOME/settings.yaml。