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. Baserow - Airtable Alternative

Baserow - Airtable Alternative

Scheduled Pinned Locked Moved Solved App Wishlist
37 Posts 12 Posters 6.3k Views 16 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.
  • C ctrl

    @girish Will Baserow be available as an official app on the appstore?

    marcusquinnM Offline
    marcusquinnM Offline
    marcusquinn
    wrote on last edited by
    #23

    @ctrl I guess the idea here is that early adopters help test first, find any issues and give feedback to confirm when ready for general release.

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

    1 Reply Last reply
    0
    • C ctrl

      @girish Will Baserow be available as an official app on the appstore?

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

      @ctrl I don't see why not.

      Has anyone here played with the app (you can sign up on baserow.io as well) and had any thoughts/comments?

      doodlemania2D 1 Reply Last reply
      0
      • girishG girish

        @ctrl I don't see why not.

        Has anyone here played with the app (you can sign up on baserow.io as well) and had any thoughts/comments?

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

        @girish it's pretty amazing - working with @robi on finishing up BBB and Nextcloud HPBE (standalone) and then will turn my attention to this and plenoma

        jdaviescoatesJ 1 Reply Last reply
        2
        • doodlemania2D doodlemania2

          @girish it's pretty amazing - working with @robi on finishing up BBB and Nextcloud HPBE (standalone) and then will turn my attention to this and plenoma

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

          @doodlemania2 said in Baserow - Airtable Alternative:

          working with @robi on finishing up BBB and Nextcloud HPBE (standalone)

          Awesome!

          I only just spotted that BBB 2.3-beta-1 is out https://github.com/bigbluebutton/bigbluebutton/releases

          This is off-topic, but I assume that's work you're working with that version? 😄

          I use Cloudron with Gandi & Hetzner

          doodlemania2D 1 Reply Last reply
          0
          • jdaviescoatesJ jdaviescoates

            @doodlemania2 said in Baserow - Airtable Alternative:

            working with @robi on finishing up BBB and Nextcloud HPBE (standalone)

            Awesome!

            I only just spotted that BBB 2.3-beta-1 is out https://github.com/bigbluebutton/bigbluebutton/releases

            This is off-topic, but I assume that's work you're working with that version? 😄

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

            @jdaviescoates yep

            1 Reply Last reply
            1
            • B bram

              Hello everyone, my name is Bram Wiepjes and I am the founder of Baserow. I have created a Baserow Cloudron app. More information can be found here: https://forum.cloudron.io/topic/4389/baserow-cloudron-app.

              N Offline
              N Offline
              nikosgpet
              wrote on last edited by
              #28

              @bram Baserow looks really promising! I just took it for a spin using Cloudron. I am would like to connect to the postgres database, but I really can't seem to find it. When I connect to the app by the terminal, there is no Postgres process running. Similarly, in the supervisor file I see no mention of postgres. Yet in all evidence, baserow is running smoothly so surely the database is running somewhere, I just can't seem to find where. Some help would be greatly appreciated.

              doodlemania2D B 2 Replies Last reply
              0
              • N nikosgpet

                @bram Baserow looks really promising! I just took it for a spin using Cloudron. I am would like to connect to the postgres database, but I really can't seem to find it. When I connect to the app by the terminal, there is no Postgres process running. Similarly, in the supervisor file I see no mention of postgres. Yet in all evidence, baserow is running smoothly so surely the database is running somewhere, I just can't seem to find where. Some help would be greatly appreciated.

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

                @nikosgpet The Baserow I'm using looks okay:
                5e4d620a-b254-4e9c-b243-8f1e53c8ef92-image.png

                I haven't figured out the default username and password yet haha, so if you have that laying around, that'd help me out too!

                B 1 Reply Last reply
                1
                • N nikosgpet

                  @bram Baserow looks really promising! I just took it for a spin using Cloudron. I am would like to connect to the postgres database, but I really can't seem to find it. When I connect to the app by the terminal, there is no Postgres process running. Similarly, in the supervisor file I see no mention of postgres. Yet in all evidence, baserow is running smoothly so surely the database is running somewhere, I just can't seem to find where. Some help would be greatly appreciated.

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

                  @nikosgpet Hi @nikosgpet, thanks! I am glad that you like Baserow. The PostgreSQL server is not installed in the Cloudron app. We use the Cloudron PostgreSQL addon, which runs in a different kubernetes pod. In the terminal, you should be able to execute PGPASSWORD=${CLOUDRON_POSTGRESQL_PASSWORD} psql -h ${CLOUDRON_POSTGRESQL_HOST} -p ${CLOUDRON_POSTGRESQL_PORT} -U ${CLOUDRON_POSTGRESQL_USERNAME} -d ${CLOUDRON_POSTGRESQL_DATABASE} to access the PostgreSQL database.

                  1 Reply Last reply
                  2
                  • doodlemania2D doodlemania2

                    @nikosgpet The Baserow I'm using looks okay:
                    5e4d620a-b254-4e9c-b243-8f1e53c8ef92-image.png

                    I haven't figured out the default username and password yet haha, so if you have that laying around, that'd help me out too!

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

                    @doodlemania2 Are you looking for a default username and password of Baserow?

                    doodlemania2D 1 Reply Last reply
                    1
                    • B bram

                      @doodlemania2 Are you looking for a default username and password of Baserow?

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

                      @bram correct, once i install from the baserow docs, i guess i need a default u/p in the case baserow isn't set up with cloudron ldap auth access.

                      S B 2 Replies Last reply
                      0
                      • doodlemania2D doodlemania2

                        @bram correct, once i install from the baserow docs, i guess i need a default u/p in the case baserow isn't set up with cloudron ldap auth access.

                        S Offline
                        S Offline
                        seeker
                        wrote on last edited by
                        #33

                        I realize folks are looking at how this space devlops, but I thought I would share this baserow release info I just stumbled upon
                        https://baserow.io/blog/april-2021-release-of-baserow

                        1 Reply Last reply
                        1
                        • doodlemania2D doodlemania2

                          @bram correct, once i install from the baserow docs, i guess i need a default u/p in the case baserow isn't set up with cloudron ldap auth access.

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

                          @doodlemania2 A default user is not created after installation. One could be created via the command line /app/code/env/bin/python /app/code/baserow/backend/src/baserow/manage.py createsuperuser or via the signup page. The first user that signs up via the signup page is automatically getting staff/admin rights.

                          marcusquinnM 1 Reply Last reply
                          4
                          • B bram

                            @doodlemania2 A default user is not created after installation. One could be created via the command line /app/code/env/bin/python /app/code/baserow/backend/src/baserow/manage.py createsuperuser or via the signup page. The first user that signs up via the signup page is automatically getting staff/admin rights.

                            marcusquinnM Offline
                            marcusquinnM Offline
                            marcusquinn
                            wrote on last edited by
                            #35

                            @bram One for the App's first-use instructions I guess?

                            Until you get all LDAPy happy with us 🙂

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

                            1 Reply Last reply
                            1
                            • K Offline
                              K Offline
                              kallados
                              wrote on last edited by kallados
                              #36

                              Im unfortunately not able to install. Ideas?

                              App installation error: Installation failed: Unable to pull image registry.gitlab.com/bramw/baserow/cloudron:1.3.0. Please check the network or if the image needs authentication. statusCode: 500
                              

                              I tried the last two Version- same Answer.

                              Update
                              I builded the Image locally und pushed to Private Registry Docker. Everything fine and working.

                              1 Reply Last reply
                              2
                              • nebulonN Offline
                                nebulonN Offline
                                nebulon
                                Staff
                                wrote on last edited by
                                #37

                                I have now published Baserow in our app library. Currently still of course marked as unstable, but now everyone interested may install it directly and please provide feedback.

                                We have a new forum section for this at https://forum.cloudron.io/category/136/baserow

                                I will close this topic then.

                                Thanks a lot to @bram for both the stellar initial packaging and of course also the app itself! Very well done 😄

                                1 Reply Last reply
                                13
                                • nebulonN nebulon locked this topic on
                                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