SummerSec/dsh-web-auth

Plugin ⭐ 1 MIT web-ui

Transport-level authentication gate for the DeepSeek Harness Web GUI

Install

# 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

Add SummerSec/dsh-web-auth to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.