sincerity711/dsh-remote-desktop--packages-local ↗★ 0
dsh-remote-desktop
通过 SSH 连接远程 dsh web 实例,并从本地 dsh 侧边栏进行浏览的本地控制器插件。
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.