roojay/dsh-trusted-host-proxy-403-fix0

dsh-trusted-host-proxy-403-fix

For DSH 0.1.5-rc.2, preserve trusted reverse-proxy settings persistence and provide a redacted in-browser effective-config viewer. Not an authentication layer.

AI 分析

适合在反向代理环境下部署DSH,且需要安全查看生效配置的运维人员。

パッケージ
dsh-trusted-host-proxy-403-fix
バージョン
0.7.0
ライセンス
NOASSERTION
最終更新
2026/09/12

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:roojay/dsh-trusted-host-proxy-403-fix

ドキュメント

README 全文を読む ↗

Effective configuration viewer

On a trusted reverse-proxy page, the Host desktop's Open configuration file action is replaced with View effective config:

  • It reads namespace values resolved by the running DSH process through the existing settings.describe() boundary.
  • It supports YAML / JSON views, refresh, and copy.
  • Keys, tokens, and passwords remain redacted by the DSH server-side schema. The plugin never reads or returns the raw settings.yaml document.
  • The view represents effective values, not the source file's comments or original formatting.