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 Packaging & Development
  3. Baserow Cloudron app - Airtable alternative

Baserow Cloudron app - Airtable alternative

Scheduled Pinned Locked Moved Solved App Packaging & Development
57 Posts 18 Posters 11.4k Views 21 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.
  • timconsidineT timconsidine

    @doodlemania2 Having trouble with this :
    Repeat errors like App installation error: Installation failed: Unable to pull image tcmbp132021/baserow:1:3:0. Please check the network or if the image needs authentication. statusCode: 400

    I can build locally and I can push docker image.
    But interestingly docker for desktop reports 3.25Gb locally and repository only 1.1Gb

    Does the image need authentication ??
    Or maybe there is indeed a network error
    Grrrr

    timconsidineT Offline
    timconsidineT Offline
    timconsidine
    App Dev
    wrote on last edited by
    #19

    Bizarre
    Now working
    Maybe there was some network glitch going on
    I did do docker trust just in case
    But had to delete images multiple times and try again
    Anyway now deployed to and working on cloudron - yay !
    Thank you @bram !!

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

      @staff any thoughts on publishing Baserow as unstable? I've been using it on and off and it's quite smooth. Not sure what else is needed from a packaging perspective though.

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

        @bram Are you open to have this app published in the Cloudron store? This involves moving the packaging to the git.cloudron.io and also have automated tests (we can help with both).

        B 1 Reply Last reply
        2
        • timconsidineT timconsidine

          And when I run the container locally, it starts and immediately fails
          http://ocalhost:3000 doesn't respond and docker for desktop reports not started
          I think there is a build problem

          B Offline
          B Offline
          bram
          App Dev
          wrote on last edited by
          #22

          @timconsidine Glad to hear that it now works for you!

          1 Reply Last reply
          1
          • girishG girish

            @bram Are you open to have this app published in the Cloudron store? This involves moving the packaging to the git.cloudron.io and also have automated tests (we can help with both).

            B Offline
            B Offline
            bram
            App Dev
            wrote on last edited by
            #23

            @girish Apologies for my super late response. I don't check the Cloudron forum that often, but luckily @tomershivani reached out to me via email notifying me about your question. I would love to have Baserow in the Cloudron app store. I am not sure which steps I exactly need to make. Is there a documentation page about this? Or is it just a matter of creating a new repo on git.cloudron.io containing the files that now live here https://gitlab.com/bramw/baserow/-/tree/develop/deploy/cloudron, add automated tests and you will do the rest? Would love to learn a bit more about this process and help with the automated tests would be much appreciated.

            girishG 1 Reply Last reply
            3
            • B bram

              @girish Apologies for my super late response. I don't check the Cloudron forum that often, but luckily @tomershivani reached out to me via email notifying me about your question. I would love to have Baserow in the Cloudron app store. I am not sure which steps I exactly need to make. Is there a documentation page about this? Or is it just a matter of creating a new repo on git.cloudron.io containing the files that now live here https://gitlab.com/bramw/baserow/-/tree/develop/deploy/cloudron, add automated tests and you will do the rest? Would love to learn a bit more about this process and help with the automated tests would be much appreciated.

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #24

              @bram I wrote up a quick publishing doc here - https://docs.cloudron.io/packaging/publishing/ . If you can just put the deploy code in git.cloudron.io as a separate repo with a license, I can take it from there. I only needed your go ahead to move this forward 🙂

              robiR B 2 Replies Last reply
              2
              • girishG girish

                @bram I wrote up a quick publishing doc here - https://docs.cloudron.io/packaging/publishing/ . If you can just put the deploy code in git.cloudron.io as a separate repo with a license, I can take it from there. I only needed your go ahead to move this forward 🙂

                robiR Offline
                robiR Offline
                robi
                wrote on last edited by robi
                #25

                @girish said in Baserow Cloudron app - Airtable alternative:

                I wrote up a quick publishing doc here - https://docs.cloudron.io/packaging/publishing/ .

                Beautiful!

                One small typo found:

                At this point, Cloudron team will look into your package and get it ready from publishing. 
                

                from = for

                Conscious tech

                1 Reply Last reply
                2
                • girishG girish

                  @bram I wrote up a quick publishing doc here - https://docs.cloudron.io/packaging/publishing/ . If you can just put the deploy code in git.cloudron.io as a separate repo with a license, I can take it from there. I only needed your go ahead to move this forward 🙂

                  B Offline
                  B Offline
                  bram
                  App Dev
                  wrote on last edited by
                  #26

                  @girish I just created an account on git.cloudron.io, but it seems like I can't create a new repository. When creating a new project I get the error "Namespace is not valid". All the other repo's are in the cloudron project https://git.cloudron.io/cloudron, but it seems like I can't create a new repo there. Am I missing something?

                  Alternatively, you can find the deploy code in our own public repo and copy it from there https://gitlab.com/bramw/baserow/-/tree/master/deploy/cloudron. It already has an MIT license there.

                  How would it work in the future if we release a new version of Baserow? Can we deploy the latest version to the app store?

                  jdaviescoatesJ 1 Reply Last reply
                  2
                  • B bram

                    @girish I just created an account on git.cloudron.io, but it seems like I can't create a new repository. When creating a new project I get the error "Namespace is not valid". All the other repo's are in the cloudron project https://git.cloudron.io/cloudron, but it seems like I can't create a new repo there. Am I missing something?

                    Alternatively, you can find the deploy code in our own public repo and copy it from there https://gitlab.com/bramw/baserow/-/tree/master/deploy/cloudron. It already has an MIT license there.

                    How would it work in the future if we release a new version of Baserow? Can we deploy the latest version to the app store?

                    jdaviescoatesJ Offline
                    jdaviescoatesJ Offline
                    jdaviescoates
                    wrote on last edited by
                    #27

                    @bram said in Baserow Cloudron app - Airtable alternative:

                    I can't create a new repo there. Am I missing something?

                    I'm sure @girish will reply similarly shortly but I they'll need to give your account access because by default they have it locked down

                    I use Cloudron with Gandi & Hetzner

                    B 1 Reply Last reply
                    0
                    • jdaviescoatesJ jdaviescoates

                      @bram said in Baserow Cloudron app - Airtable alternative:

                      I can't create a new repo there. Am I missing something?

                      I'm sure @girish will reply similarly shortly but I they'll need to give your account access because by default they have it locked down

                      B Offline
                      B Offline
                      bram
                      App Dev
                      wrote on last edited by
                      #28

                      @jdaviescoates That makes sense. I'll await his response.

                      girishG 1 Reply Last reply
                      1
                      • B bram

                        @jdaviescoates That makes sense. I'll await his response.

                        girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #29

                        @bram awesome, I will take it from here! Give me a day or two to look into this.

                        doodlemania2D B 2 Replies Last reply
                        5
                        • girishG girish

                          @bram awesome, I will take it from here! Give me a day or two to look into this.

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

                          @girish I've been using @bram 's instructions and doing an alt-ron host of it. it's been a snap to maintain so hopefully it can come to the store soon 🙂
                          (wish i had time to assist, life got in the way 😞 )

                          1 Reply Last reply
                          3
                          • zagzoogZ Offline
                            zagzoogZ Offline
                            zagzoog
                            wrote on last edited by
                            #31

                            I just installed Baseerow on Cloudron. Is perfect for my use case. running beautifully. my question is regarding the web socket. I am not sure how to access it. Baserow is accessible through a sub-domain. what would be the url for the web socket api?
                            Thank you

                            B 1 Reply Last reply
                            0
                            • zagzoogZ zagzoog

                              I just installed Baseerow on Cloudron. Is perfect for my use case. running beautifully. my question is regarding the web socket. I am not sure how to access it. Baserow is accessible through a sub-domain. what would be the url for the web socket api?
                              Thank you

                              B Offline
                              B Offline
                              bram
                              App Dev
                              wrote on last edited by
                              #32

                              @zagzoog The web socket URL would be on wss://api.baserow.io/ws/core/?jwt_token=YOUR_JWT_TOKEN where you would replace api.baserow.io with your self hosted domain. So, if your Baserow copy runs on baserow.example.com, you should replace it with that. Both the backend and the web-frontend run on the same domain in Cloudron. More information about the web sockets and also some examples how to connect directly can be found here https://baserow.io/docs/getting-started%2Fweb-socket-api.

                              1 Reply Last reply
                              3
                              • girishG girish

                                @bram awesome, I will take it from here! Give me a day or two to look into this.

                                B Offline
                                B Offline
                                bram
                                App Dev
                                wrote on last edited by
                                #33

                                @girish Could you share any progress on having Baserow in the Cloudron App Store?

                                girishG 1 Reply Last reply
                                5
                                • B bram

                                  @girish Could you share any progress on having Baserow in the Cloudron App Store?

                                  girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #34

                                  @bram Not yet, sorry been backlogged a lot. I will get to this soonish. Hopefully next week.

                                  humptydumptyH potemkin_aiP 2 Replies Last reply
                                  8
                                  • girishG girish

                                    @bram Not yet, sorry been backlogged a lot. I will get to this soonish. Hopefully next week.

                                    humptydumptyH Offline
                                    humptydumptyH Offline
                                    humptydumpty
                                    wrote on last edited by
                                    #35

                                    @girish just want to remind you about Baserow 😉

                                    jeauJ 1 Reply Last reply
                                    5
                                    • humptydumptyH humptydumpty

                                      @girish just want to remind you about Baserow 😉

                                      jeauJ Offline
                                      jeauJ Offline
                                      jeau
                                      App Dev
                                      wrote on last edited by
                                      #36

                                      @girish Baserow 1.6 just released

                                      • https://baserow.io/blog/september-2021-release-of-baserow

                                      thanks @bram

                                      1 Reply Last reply
                                      3
                                      • girishG girish

                                        @bram Not yet, sorry been backlogged a lot. I will get to this soonish. Hopefully next week.

                                        potemkin_aiP Offline
                                        potemkin_aiP Offline
                                        potemkin_ai
                                        wrote on last edited by
                                        #37

                                        @girish have you had any chance to check on that since?

                                        It feels that adding baserow shall be quick and easy - I follow up the instruction from the site and installed it on Cloudron without any problems (1.6 version it was).

                                        I shall also admin, that the app is of the very nice UI and feels very good, having as well a solid roadmap for futher development.

                                        If there is anything I can do to speed up that process (I don't know - upvote something or whatever) - please, let me know!

                                        @jeau , thanks for packing this! It's awesome!

                                        jeauJ 1 Reply Last reply
                                        1
                                        • potemkin_aiP potemkin_ai

                                          @girish have you had any chance to check on that since?

                                          It feels that adding baserow shall be quick and easy - I follow up the instruction from the site and installed it on Cloudron without any problems (1.6 version it was).

                                          I shall also admin, that the app is of the very nice UI and feels very good, having as well a solid roadmap for futher development.

                                          If there is anything I can do to speed up that process (I don't know - upvote something or whatever) - please, let me know!

                                          @jeau , thanks for packing this! It's awesome!

                                          jeauJ Offline
                                          jeauJ Offline
                                          jeau
                                          App Dev
                                          wrote on last edited by
                                          #38

                                          @potemkin_ai Thanks, but I didn't package baserow, @girish and @bram do that. I use this application like you and I can't wait to find it in the Store.

                                          potemkin_aiP 1 Reply Last reply
                                          1
                                          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