Code Server (Vs code online)
-
"Code-server is VS Code running on a remote server, accessible through the browser."
https://github.com/codercom/code-server
Try it out
docker run -p 127.0.0.1:8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http --no-auth
-
I built a beta build for this, it can be installed using:
cloudron install --image mitchellurgero/org.urgero.codeserver:0.0.2
Check post install information for details!!! Do not run on production system, etc etc.
Edit 1:
GitHub Link: https://github.com/mitchellurgero/cloudron-vscode
Docker-Hub Link: https://cloud.docker.com/u/mitchellurgero/repository/docker/mitchellurgero/org.urgero.codeserver -
@will you need to clone the git repo and run the command from that checkout directory
-
@murgero
I followed this:
git clone https://github.com/mitchellurgero/cloudron-vscode
cd cloudron-vscode
cloudron login
cloudron buildOptional
cloudron install
I got to cloudron build and got this error:
Error in CloudronManifest.json: Unknown property (not in schema) @ /privateBeats Head against wall
-
@will Very close! Just remove this line https://github.com/mitchellurgero/cloudron-vscode/blob/master/CloudronManifest.json#L26
-
I've got this ready for #unstable with just a few tweaks needed. There's an upstream issue that prevents installing marketplace items from the in app marketplace (licensing really) that I'll try to document over the coming days how to work with. cc: @girish https://git.cloudron.io/doodlemania2/vs-code
Hat tip to @murgero for the bulk of the hard work! -
@doodlemania2 Do you have a link to the upstream issue?
-
@doodlemania2 What I like most about how I packaged it was that I pre-bundled different Open Source languages, GO, PowerShell, NodeJS, PHP, etc - this can be a very versatile project if it's packaged correctly.
-
@girish it's more a "feature" than an issue: https://github.com/cdr/code-server/blob/master/doc/FAQ.md#differences-compared-to-vs-code
-
Is the version up on GitLab stable? I’m tempted to run this.
Anything I should know?
-
The non-snoopy de-branded version may also be of interest: