sincerity711/dsh-remote-desktop--packages-local ↗★ 0
dsh-remote-desktop
Connect remote dsh web instances through SSH and browse them from the local dsh sidebar.
AI 分析
核心用途是建立 SSH 隧道和代理,在本地侧边栏统一浏览本地与远程工作区。适合需要多端协作和远程 DSH 实例管理的用户。必要条件是远程端需安装 companion 伴侣插件。
インストール
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sincerity711/dsh-remote-desktop#0b25362eab0741b49a1721adbe9f0056e62cafb2&path:packages/localドキュメント
README 全文を読む ↗dsh-remote-desktop
Local controller plugin for Remote Desktop on DeepSeek Harness Web.
It discovers SSH hosts, creates loopback tunnels/proxies, contributes the Remote Desktop Settings section, and replaces the workspace sidebar with a unified local/remote workspace browser.
Install
dsh plugin --profile web add dsh-remote-desktop
Before npm publication, install from a local checkout:
dsh plugin --profile web add /path/to/dsh-remote-desktop/packages/local
Install dsh-remote-desktop-companion in each remote DSH web profile that this local controller should embed.
Architecture
See the repository architecture reference for API routes, iframe bridge, sidebar projection, and setup flow.