@deepseek-ai/dsh-client-connection
Open-access replacement for @deepseek-ai/dsh-client-connection: the same connection service surface and browser transport, with token/cookie authentication, the /api 401 check, the 403 Host/Origin trust fence, and the launch-token URL exchange removed. Installed as a shadow of the shipped package by the dsh-web-open-access plugin; no configuration.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗绑定配置(dsh web 自身,非插件)
--host 0.0.0.0 被 web-startup 有意拦截(program.error: ... for safety),所以绑定必须走 profile 配置层。在 $DSH_HOME/profiles/web/cordis.patch.yml 追加:
- id: webserver
config:
host: '0.0.0.0'
port: !!js ctx.webStartup.port ?? 3080
compression: gzip
compressionLevel: 1
compressionThresholdBytes: 1024