dsh-totp
TOTP-only access control for personal DeepSeek Harness Web instances, with in-app QR enrollment, single-use recovery codes, live protection controls and lock-all revocation of page access.
面向个人 DeepSeek Harness Web 实例的纯 TOTP 访问验证,支持设置内扫码绑定、一次性恢复码、动态启停保护和撤销所有页面授权。
How to install
dsh plugin add dsh-totp About
dsh-totp **为个人 DeepSeek Harness Web 实例提供 TOTP 访问验证。** **简体中文** · English 在 DSH 入口输入身份验证器里的 **6 位动态码**,再进入你的工作区。支持 Google Authenticator、Microsoft Authenticator 等标准 TOTP 应用,绑定、保护开关、恢复码和锁定都在 DSH 内完成。 适合希望给个人 DSH Web 实例增加访问控制的用户,尤其是在局域网或远程访问场景中。它使用 TOTP 作为登录凭据,不依赖 Google / Microsoft 账号登录,也不需要额外搭建登录服务。 **兼容目标:DSH 0.1.2-rc.1 · Node.js 24+ · MIT License** 快速开始 · 日常使用 · 工作原理 · 安全边界 为什么使用它 | 你想解决的问题 | dsh-totp 提供的能力 | | --- | --- | | 不希望别人知道地址就能进入 DSH | 开启保护后,本机、内网和公网访问同一入口都需要动态码 | | 不想维护另一套账号或登录站点 | 在 DSH 的「设置 → 访问验证」中扫码绑定 | | 希望自己决定什么时候启用验证 | 首次安装默认关闭,绑定成功后开启,之后可随时切换 | | 暂时离开时希望立即收回访问权限 | 一键锁定所有已授权页面…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-10
- Created
- 2026-09-09
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin, dsh-plugins
Related plugins
dsh-permission-rules
PerryLink/dsh-permission-rules
Claude Code-style declarative permission rules: ordered allow/deny/ask YAML rules matching tool names, arguments, workspace paths, and agent identity on the tools/pre-execute waterfall, with full session-log audit, dry-run mode, and hot reload.
upstream-radar
MicroMilo/upstream-radar
Watches DSH and plugin releases, retests exact published artifacts in disposable runners, publishes machine-readable compatibility evidence, and reconciles managed issues after fixes.
dsh-auth-gate
TecFancy/dsh-auth-gate
Login gate for the dsh web surface: password or shared-token authentication, session cookies, rate limiting, and a user-management CLI (dsh.bundle manifest since 0.4.1, one-command `dsh plugin add` mounting).
dsh-auth-gateway
xbzbing/dsh-auth-gateway
Password + TOTP two-factor authentication gateway for the dsh web UI: every HTTP request and WebSocket upgrade is refused until login, with per-source lockout, global rate limits and one-time backup codes.