RedreamR/dsh-remote-access0

dsh-remote-access

Password-protected remote access gateway for the DeepSeek Harness WebUI

包名
dsh-remote-access
版本
0.2.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RedreamR/dsh-remote-access

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