Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Code Server (Vs code online)

Code Server (Vs code online)

Scheduled Pinned Locked Moved App Wishlist
91 Posts 19 Posters 28.4k Views 19 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • murgeroM murgero

    @will AFAIK my repo still works, albiet with a slightly older version of VSCode. Give it a shot!

    W Offline
    W Offline
    will
    wrote on last edited by
    #6

    @murgero I just did:
    cloudron login -> success
    docker login -> success
    sudo cloudron install --image mitchellurgero/org.urgero.codeserver:latest ->
    No CloudronManifest.json found
    Same thing happens if I use other version numbers.

    murgeroM 1 Reply Last reply
    1
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #7

      @will you need to clone the git repo and run the command from that checkout directory

      1 Reply Last reply
      1
      • W will

        @murgero I just did:
        cloudron login -> success
        docker login -> success
        sudo cloudron install --image mitchellurgero/org.urgero.codeserver:latest ->
        No CloudronManifest.json found
        Same thing happens if I use other version numbers.

        murgeroM Offline
        murgeroM Offline
        murgero
        App Dev
        wrote on last edited by
        #8

        @will Yes, @girish is correct - you need to clone the gitr repo I linked to install.

        --
        https://urgero.org
        ~ Professional Nerd. Freelance Programmer. ~

        W 1 Reply Last reply
        0
        • murgeroM murgero

          @will Yes, @girish is correct - you need to clone the gitr repo I linked to install.

          W Offline
          W Offline
          will
          wrote on last edited by
          #9

          @murgero
          I followed this:
          git clone https://github.com/mitchellurgero/cloudron-vscode
          cd cloudron-vscode
          cloudron login
          cloudron build

          Optional

          cloudron install

          I got to cloudron build and got this error:
          Error in CloudronManifest.json: Unknown property (not in schema) @ /private

          Beats Head against wall

          1 Reply Last reply
          0
          • girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #10

            @will Very close! Just remove this line https://github.com/mitchellurgero/cloudron-vscode/blob/master/CloudronManifest.json#L26

            murgeroM 1 Reply Last reply
            0
            • girishG girish

              @will Very close! Just remove this line https://github.com/mitchellurgero/cloudron-vscode/blob/master/CloudronManifest.json#L26

              murgeroM Offline
              murgeroM Offline
              murgero
              App Dev
              wrote on last edited by
              #11

              @girish Was that option removed in an update?

              --
              https://urgero.org
              ~ Professional Nerd. Freelance Programmer. ~

              1 Reply Last reply
              0
              • doodlemania2D Offline
                doodlemania2D Offline
                doodlemania2
                App Dev
                wrote on last edited by
                #12

                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!

                murgeroM 1 Reply Last reply
                3
                • girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #13

                  @doodlemania2 Do you have a link to the upstream issue?

                  doodlemania2D 1 Reply Last reply
                  1
                  • doodlemania2D doodlemania2

                    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!

                    murgeroM Offline
                    murgeroM Offline
                    murgero
                    App Dev
                    wrote on last edited by
                    #14

                    @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.

                    --
                    https://urgero.org
                    ~ Professional Nerd. Freelance Programmer. ~

                    1 Reply Last reply
                    1
                    • doodlemania2D Offline
                      doodlemania2D Offline
                      doodlemania2
                      App Dev
                      wrote on last edited by
                      #15

                      @murgero - i agree - and it really isn't "hard" to add new extensions, you just have to do it manually and by grabbing alternatively licensed ones, not using the store.

                      1 Reply Last reply
                      1
                      • girishG girish

                        @doodlemania2 Do you have a link to the upstream issue?

                        doodlemania2D Offline
                        doodlemania2D Offline
                        doodlemania2
                        App Dev
                        wrote on last edited by
                        #16

                        @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

                        1 Reply Last reply
                        0
                        • yusfY Offline
                          yusfY Offline
                          yusf
                          wrote on last edited by
                          #17

                          Also Check out Theia.

                          1 Reply Last reply
                          0
                          • ? Offline
                            ? Offline
                            A Former User
                            wrote on last edited by A Former User
                            #18

                            Is the version up on GitLab stable? I’m tempted to run this.

                            Anything I should know?

                            murgeroM 1 Reply Last reply
                            0
                            • ? A Former User

                              Is the version up on GitLab stable? I’m tempted to run this.

                              Anything I should know?

                              murgeroM Offline
                              murgeroM Offline
                              murgero
                              App Dev
                              wrote on last edited by
                              #19

                              @atrilahiji No that version is not stable nor secure - I can send you a private repo with a more secure, working model. PM when you have a few minutes.

                              --
                              https://urgero.org
                              ~ Professional Nerd. Freelance Programmer. ~

                              1 Reply Last reply
                              0
                              • marcusquinnM Offline
                                marcusquinnM Offline
                                marcusquinn
                                wrote on last edited by
                                #20

                                The non-snoopy de-branded version may also be of interest:

                                • https://vscodium.com/
                                • https://github.com/VSCodium/vscodium

                                Web Design https://www.evergreen.je
                                Development https://brandlight.org
                                Life https://marcusquinn.com

                                ? 1 Reply Last reply
                                3
                                • marcusquinnM marcusquinn

                                  The non-snoopy de-branded version may also be of interest:

                                  • https://vscodium.com/
                                  • https://github.com/VSCodium/vscodium
                                  ? Offline
                                  ? Offline
                                  A Former User
                                  wrote on last edited by
                                  #21

                                  @marcusquinn ah that one is pretty nice. One thing I didn’t like was the lack of WSL2 support

                                  1 Reply Last reply
                                  1
                                  • murgeroM Offline
                                    murgeroM Offline
                                    murgero
                                    App Dev
                                    wrote on last edited by
                                    #22

                                    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

                                    --
                                    https://urgero.org
                                    ~ Professional Nerd. Freelance Programmer. ~

                                    doodlemania2D 1 Reply Last reply
                                    3
                                    • murgeroM murgero

                                      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
                                      doodlemania2D Offline
                                      doodlemania2D Offline
                                      doodlemania2
                                      App Dev
                                      wrote on last edited by
                                      #23

                                      @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!

                                      1 Reply Last reply
                                      1
                                      • T Offline
                                        T Offline
                                        thetomester13
                                        App Dev
                                        wrote on last edited by
                                        #24

                                        @murgero sounds awesome, I'd love to test it out! Not sure which repo would be in more working order.

                                        murgeroM 1 Reply Last reply
                                        0
                                        • T thetomester13

                                          @murgero sounds awesome, I'd love to test it out! Not sure which repo would be in more working order.

                                          murgeroM Offline
                                          murgeroM Offline
                                          murgero
                                          App Dev
                                          wrote on last edited by
                                          #25

                                          @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

                                          --
                                          https://urgero.org
                                          ~ Professional Nerd. Freelance Programmer. ~

                                          murgeroM 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search