kolawong/dsh-plugin-auth-webserver0

dsh-plugin-auth-webserver

DeepSeek Harness 插件,为自托管服务器部署提供 HTTP 基础身份验证、Web UI 设置卡片、远程 IP 访问和 Web Cryptography UUID 填充。

AI 分析

核心用途是为自托管 DSH 服务器提供基础身份验证(Basic Auth)与远程访问控制。适合有公网部署、多用户访问或安全防护需求的用户。必要条件是需在配置文件中配置用户名和密码。

包名
dsh-plugin-auth-webserver
版本
0.2.0
许可证
MIT
最近更新
2026年8月17日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

🔧 Configuration Reference

OptionTypeDefaultDescription
hoststring'0.0.0.0'Listening network interface (0.0.0.0 or 127.0.0.1).
portnumber3080Port for the HTTP/WebSocket server.
usernamestring'admin'Authentication username.
passwordstring''Authentication password (leave empty to disable authentication).
realmstring'DeepSeek Harness Authentication'Realm string used for fallback Basic Auth.