dsh-remote-tunnel : Run dsh web on a remote Linux server, browsed locally through an auto-reconnecting SSH tunnel #5530
Linjiangxian0203
started this conversation in
Show Your Plugins!
Replies: 1 comment
|
没看懂,本地dsh ssh连接服务器跟把dsh放服务器中再用ssh连接有什么区别呢 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone, this is dsh-remote-tunnel!
项目地址 / Project URL:
github.com/Linjiangxian0203/dsh-remote-tunnel · npm: dsh-remote-tunnel@0.1.8
项目介绍 / Introduction:
dsh-remote-tunnel把 dsh web 跑在远程 Linux 服务器上,本地浏览器通过一条 SSH 隧道访问——会话、文件、实验代码都在服务器端,本地只保留一条隧道。/etc/dsh-ports.tsv,无写权限时自动降级),audit可随时对照真实占用审查down后不会「诈尸」dsh plugin --profile remote add dsh-remote-tunnel→dsh --profile remote up <host> --openIt runs
dsh webon a remote Linux server and tunnels it back to your local browser: sessions and files stay on the server, and only the tunnel lives locally.auditcompares against real occupancydowndsh plugin --profile remote add dsh-remote-tunnel→dsh --profile remote up <host> --open截图 / Screenshots:
与 DSH 的集成 / How it integrates with DSH:
dsh.bundlemanifest +cordis.patch.yml发布,任何 profile 经dsh plugin add安装parseCmdline(@deepseek-ai/dsh-cmdline)解析 launcher 参数快照commands.register注册/remote斜杠命令webStartup挂载点自动判定 web 表面,仅提供服务、不争抢命令行@deepseek-ai/*以 peerDependencies 声明,26 项测试覆盖分配/登记/重连/审计All reactions