xbzbing/dsh-password-gate ↗★ 1
dsh-password-gate
Password login gateway plugin for dsh web: first-open password setup, login, and password change with real request interception.
AI 분석
核心用途是为 DSH Web 部署提供基础的密码访问控制。适合需要简单密码保护、防止未授权用户直接访问 Web 界面的私有部署场景。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xbzbing/dsh-password-gate固定端口(不使用 --port)
若不想依赖 flag,可在 profile 自己的 cordis.patch.yml 中覆盖 webserver 与 dsh-password-gate 两行(你的补丁层优先级高于 bundle 层),注意 webserver.port 必须等于 dsh-password-gate.config.upstreamPort。手动覆盖后 --port flag 将不再生效(你的值优先)。