为 dsh web 远程启动追加账号密码认证,替代原版硬拒绝 0.0.0.0 绑定的限制
dsh web --host 0.0.0.0
dsh --profile web auth-reset
dsh --profile web auth-reset --password <新密码>
dsh plugin --profile web add .
在 GitHub 阅读完整 README