RedreamR/dsh-remote-access ↗★ 0
dsh-remote-access
为 DeepSeek Harness WebUI 提供密码保护的远程访问网关插件。
AI 分析
核心用途是安全地将本地运行的 DSH 界面暴露给外网访问。适合需要跨设备、远程连接自己 DSH 服务的用户。支持密码验证、验证码及防暴力破解限制。
安裝
$
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。