ningbainb/deepseek-harness-desktop--packages-dsh-web-ui-settings491

@linxin666/dsh-client-ui-web-ui-settings

Web UI plugin group for the dsh settings page: one first-level settings section that hosts the dsh-web-ui family plugins' enable switches and configuration forms.

AI 分析

适合需要统一管理和配置各类 Web UI 插件开关及表单参数的用户。

パッケージ
@linxin666/dsh-client-ui-web-ui-settings
バージョン
0.2.3-desktop.1
ライセンス
BSD-3-Clause
最終更新
2026/09/12

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ningbainb/deepseek-harness-desktop#f30137e7d72942d2cd851a0fa0713f596ed06ad6&path:packages/dsh-web-ui-settings

ドキュメント

README 全文を読む ↗

Proxy configuration

The bridge remains loopback-only when trustedProxyHosts is empty. An authenticated reverse proxy on the same host may opt in an exact authority and name the environment variable carrying its shared token:

- id: ui-web-ui-settings
  config:
    trustedProxyHosts:
      - dsh.example.com
    proxyTokenEnv: DSH_WEB_UI_SETTINGS_PROXY_TOKEN

Keep the token out of profile configuration. The proxy must authenticate before forwarding, replace the internal token header, and forward only to DSH's loopback listener.