kolawong/dsh-plugin-auth-webserver0

dsh-plugin-auth-webserver

DeepSeek Harness plugin providing HTTP Basic Authentication, Web UI Settings Card, remote IP access, and Web Cryptography UUID polyfill for self-hosted server deployments.

AI 分析

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

パッケージ
dsh-plugin-auth-webserver
バージョン
0.2.0
ライセンス
MIT
最終更新
2026/08/17

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

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.