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