studyzy/dsh-web-remote-access

Plugin ⭐ 0 MIT socialweb-ui

让 DeepSeek Harness(dsh)Web UI 支持远程访问,并用访问令牌做访问控制 不改动 harness 源码,全部通过 bundle 插件实现 = 18"> 一个开箱即用的 DeepSeek Harness (dsh) 插件:解锁 dsh web 的远程访问能力(--host 0.0.0.0),并让 Web UI 始终处于访问令牌(web token)保护之下——页面、/api RPC、WebSocket 下行全部在门卫之后。

catalog description:让DSH能够支持远程访问Web的插件,可指定WebToken进行认证

Install

# 从 GitHub 安装(推荐,免构建)
dsh plugin --profile web add git@github.com:studyzy/dsh-web-remote-access.git

# 或 HTTPS
dsh plugin --profile web add https://github.com/studyzy/dsh-web-remote-access.git

# 从 npm 安装(需已发布)
dsh plugin --profile web add @studyzy/dsh-web-remote-access

# 本地源码安装(开发用)
dsh plugin --profile web add /path/to/dsh-web-remote-access

Add studyzy/dsh-web-remote-access to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.