roojay/dsh-trusted-host-proxy-403-fix ↗★ 0
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,且需要安全查看生效配置的运维人员。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:roojay/dsh-trusted-host-proxy-403-fixEffective 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.yamldocument. - The view represents effective values, not the source file's comments or original formatting.