kolawong/dsh-plugin-auth-webserver ↗★ 0
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)与远程访问控制。适合有公网部署、多用户访问或安全防护需求的用户。必要条件是需在配置文件中配置用户名和密码。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
🔧 Configuration Reference
| Option | Type | Default | Description |
|---|---|---|---|
host | string | '0.0.0.0' | Listening network interface (0.0.0.0 or 127.0.0.1). |
port | number | 3080 | Port for the HTTP/WebSocket server. |
username | string | 'admin' | Authentication username. |
password | string | '' | Authentication password (leave empty to disable authentication). |
realm | string | 'DeepSeek Harness Authentication' | Realm string used for fallback Basic Auth. |