SummerSec/dsh-web-auth

插件 ⭐ 1 MIT web-ui

DeepSeek Harness Web GUI 的传输层认证网关

catalog 简介:Transport-level authentication gate for the DeepSeek Harness Web GUI

安装

# 1) Generate a random password + scrypt hash (save the password offline)
npx --yes @summersec/dsh-web-auth generate

# 2) Export the hash for this shell session (do not commit it)
$env:WEB_AUTH_PASSWORD_HASH = 'scrypt$...'
$env:WEB_AUTH_USERNAME = 'admin'

# 3) Install into the web profile
dsh plugin --profile web add @summersec/dsh-web-auth

# 4) Start the GUI
dsh web

SummerSec/dsh-web-auth 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。