Code Server (Vs code online)
-
@doodlemania2 Do you have a link to the upstream issue?
@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?
-
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:
-
The non-snoopy de-branded version may also be of interest:
@marcusquinn ah that one is pretty nice. One thing I didn’t like was the lack of WSL2 support
-
I got this app working in a beta stage - PM me if anyone wants to test it with me.
Feature set includes:
- PowerShell
- .NET Core (.NET Full will be available in the future as MS releases installers for it.)
- PHP
- NodeJS
- bash / ssh support
- TCP Proxy Support
-
I got this app working in a beta stage - PM me if anyone wants to test it with me.
Feature set includes:
- PowerShell
- .NET Core (.NET Full will be available in the future as MS releases installers for it.)
- PHP
- NodeJS
- bash / ssh support
- TCP Proxy Support
@murgero my instance https://git.cloudron.io/doodlemania2/vs-code semi sorta works but I'm sure yours is much better. Feel free to grab anything from it if it is of use to you!
-
@murgero sounds awesome, I'd love to test it out! Not sure which repo would be in more working order.
@thetomester13 I have a private repo for testing (because there is so much security involved in making this stable) so if you would like access, shoot me a message here or pick a method of contact from my website https://urgero.org
-
@thetomester13 I have a private repo for testing (because there is so much security involved in making this stable) so if you would like access, shoot me a message here or pick a method of contact from my website https://urgero.org
-
@murgero This will be updated later this afternoon and put into a public repo for all to try.
-
@murgero This will be updated later this afternoon and put into a public repo for all to try.
-
Here it is: https://github.com/mitchellurgero/cloudron-vscode-package
Just clone the repo, then install:
cloudron install --image=mitchellurgero/org.urgero.vslamp:latest
@girish - Anyway to get this as unstable in the store? I have most of the code ready at this point and need some testers. code-server is no longer included in the repo so it downloads during compilation.
The only thing it needs is tests - I'm not sure what you would test before a build but if you can put me in the right direction I'd love to get this on the store ASAP.
-
@girish - Anyway to get this as unstable in the store? I have most of the code ready at this point and need some testers. code-server is no longer included in the repo so it downloads during compilation.
The only thing it needs is tests - I'm not sure what you would test before a build but if you can put me in the right direction I'd love to get this on the store ASAP.
-
@girish - Anyway to get this as unstable in the store? I have most of the code ready at this point and need some testers. code-server is no longer included in the repo so it downloads during compilation.
The only thing it needs is tests - I'm not sure what you would test before a build but if you can put me in the right direction I'd love to get this on the store ASAP.
@murgero I had an issue where it was preventing backups but didn’t bother to diagnose it much. I’ll give it another shot and report back
-
@murgero I had an issue where it was preventing backups but didn’t bother to diagnose it much. I’ll give it another shot and report back
-
I have packaged a new app: A Visual Studio Code version that runs in the browser.
Here is the code: https://git.cloudron.io/dswd/vscode-app
The app works and already runs on my instance, but there are no tests yet.
I would like to submit the app to the appstore (for others to test and use) but currently I have a problem with the docker repository. Apparently I can only submit apps that are hosted on the Cloudron repo but I don't know how to push there.
@dswd Is this vs code online ? There are some attempts at https://forum.cloudron.io/topic/1709/code-server-vs-code-online/ but yours looks quite complete as well. I will move this discussion there if they are the same.
As for appstore submission, currently only only we are able to do it. We changed our model to one where where we pretty much maintain all the app packages. If you have a docker image, then others can clone your repo and then install using
cloudron install --image <image>
. -
@dswd Is this vs code online ? There are some attempts at https://forum.cloudron.io/topic/1709/code-server-vs-code-online/ but yours looks quite complete as well. I will move this discussion there if they are the same.
As for appstore submission, currently only only we are able to do it. We changed our model to one where where we pretty much maintain all the app packages. If you have a docker image, then others can clone your repo and then install using
cloudron install --image <image>
. -
@dswd Is this vs code online ? There are some attempts at https://forum.cloudron.io/topic/1709/code-server-vs-code-online/ but yours looks quite complete as well. I will move this discussion there if they are the same.
As for appstore submission, currently only only we are able to do it. We changed our model to one where where we pretty much maintain all the app packages. If you have a docker image, then others can clone your repo and then install using
cloudron install --image <image>
.