1 个仓库
Specialized tools for deploying and configuring full IDE instances on remote servers via SSH.
Distinct from SSH Deployment Tools: Distinct from SSH Deployment Tools by focusing specifically on the deployment of an IDE rather than general code or configuration tasks.
Explore 1 awesome GitHub repository matching devops & infrastructure · IDE Deployers. Refine with filters or upvote what's useful.
sshcode 是一个远程 IDE 部署工具,通过 SSH 在远程服务器上安装并运行 VS Code 编辑器,以实现基于浏览器的访问。它作为一个 SSH 远程 IDE 部署器和隧道代理,通过安全外壳加密隧道将远程编辑器实例路由到本地浏览器端口。 该系统将本地编辑器设置和扩展同步到远程服务器,以确保开发环境的一致性。这包括在本地机器和远程文件系统之间备份和传输用户配置。 该项目管理远程开发的完整生命周期,包括服务器二进制文件的分发、远程进程编排以及基于文件系统的设置同步。它通过管理分布式机器之间的连接和环境一致性,实现了远程文件系统代码编辑。
Installs and runs a VS Code editor on a remote server over SSH for browser-based access.