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


  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
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

Cloudron Forum

Apps | Demo | Docs | Install

Baserow Cloudron app - Airtable alternative

Scheduled Pinned Locked Moved Solved App Packaging & Development
57 Posts 18 Posters 3.3k Views
    • 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.
  • jeauJ Offline
    jeauJ Offline
    jeau App Dev
    replied to humptydumpty 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
  • potemkin_aiP Offline
    potemkin_aiP Offline
    potemkin_ai
    replied to girish 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
  • jeauJ Offline
    jeauJ Offline
    jeau App Dev
    replied to potemkin_ai 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
  • potemkin_aiP Offline
    potemkin_aiP Offline
    potemkin_ai
    replied to jeau on last edited by
    #39

    @jeau apologies for the mistake and thanks for correcting it!

    @bram, thank you for the work done!

    Hope this will quickly make it to Cloudron.

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

    Not yet, we have to start looking into apps next week. This week we are working on the Cloudron release (almost there!).

    potemkin_aiP B 2 Replies Last reply
    9
  • potemkin_aiP Offline
    potemkin_aiP Offline
    potemkin_ai
    replied to girish on last edited by
    #41

    @girish have a good one! 🙂

    1 Reply Last reply
    0
  • B Offline
    B Offline
    bram App Dev
    replied to girish on last edited by
    #42

    Thanks for the kind words @potemkin_ai!

    Good luck with the release @girish! I know from my experience that those can be a bit stressful. Let my know if there is anything that I can help you with regarding moving Baserow to the Cloudron app store.

    jdaviescoatesJ girishG 2 Replies Last reply
    1
  • yusfY Offline
    yusfY Offline
    yusf
    wrote on last edited by
    #43

    Ante up https://www.nocodb.com/

    jdaviescoatesJ 1 Reply Last reply
    1
  • jdaviescoatesJ Online
    jdaviescoatesJ Online
    jdaviescoates
    replied to yusf on last edited by
    #44

    @yusf there's a wish list post for that here:
    https://forum.cloudron.io/post/32032

    I use Cloudron with Gandi & Hetzner

    1 Reply Last reply
    0
  • jdaviescoatesJ Online
    jdaviescoatesJ Online
    jdaviescoates
    replied to bram on last edited by jdaviescoates
    #45

    @bram hopefully once @staff have got the 7.0 release rolled out they'll start to prioritise getting some of the already packaged app contributions into the app store ASAP, and IMHO apps that have kindly been packaged by their developers (like Baserow and Chatwoot, and I think possibly some others too. EDIT Appsmith is another) should get priority. Very important to maintain good will of contributors.

    I use Cloudron with Gandi & Hetzner

    timconsidineT 1 Reply Last reply
    3
  • timconsidineT Online
    timconsidineT Online
    timconsidine App Dev
    replied to jdaviescoates on last edited by
    #46

    @jdaviescoates / @bram : FWIW my unofficial Baserow package app is working fine in Cloudron !

    There is a clear benefit to an app being supported, not least upgrades are easier. But to all those wanting it now, well try the unofficial one. It will tide you over.

    1 Reply Last reply
    1
  • B Offline
    B Offline
    Bruno
    wrote on last edited by
    #47

    @timconsidine
    I am very interested to test your "unofficiel" package to have Baserow in my Cloudron.
    Could you share your tips or link to install it, please ?

    timconsidineT 1 Reply Last reply
    1
  • timconsidineT Online
    timconsidineT Online
    timconsidine App Dev
    replied to Bruno on last edited by timconsidine
    #48

    @bruno sure

    Maybe best is to visit https://github.com/bram2w/baserow/blob/master/docs/guides/installation/install-on-cloudron.md

    That has a tutorial on installing to Cloudron
    I think I did it slightly different, but as that comes from @bram, best to start with that.

    In general, installing a custom app package that someone else has made (still beyond me to make one myself) is fairly simple. Article above covers it.

    • ensure you have Docker Desktop installed LOCALLY (not server)
    • ensure you have a docker repo (I use docker hub free account)
    • ensure you have Cloudron CLI installed LOCALLY
    • clone the repo (which should have all files needed)
    • cd to the directory
    • docker build -t <yourreponame>/<appname>:<tag>
    • docker push <yourreponame>/<appname>:<tag>
    • cloudron install --image <yourreponame>/<appname>:<tag>
      Follow the instruction.

    Generally fairly easy.
    Shout if you face any issues

    robiR B 2 Replies Last reply
    0
  • robiR Offline
    robiR Offline
    robi
    replied to timconsidine on last edited by
    #49

    @timconsidine since you've already built it, it may be a good idea to connect with @atridad who has an unofficial repository of packaged apps before they're published in the App store.

    Sharing the docker hub repo makes it easier for others to try, and there is a feature in Cloudron now to set a custom repo.

    Life of sky tech

    timconsidineT 1 Reply Last reply
    2
  • timconsidineT Online
    timconsidineT Online
    timconsidine App Dev
    replied to robi on last edited by
    #50

    @robi sure will do

    although my build seems old now : V1.3
    https://hub.docker.com/repository/docker/tcmbp132021/baserow
    Must update it

    I think I recall that someone here said CloudronManifest.json must be in the same directory when attempting to use cloudron cli, so probably still worth following @bram guide

    1 Reply Last reply
    0
  • B Offline
    B Offline
    Bruno
    replied to timconsidine on last edited by
    #51

    @timconsidine Many thanks!

    1 Reply Last reply
    1
  • girishG Offline
    girishG Offline
    girish Staff
    replied to bram on last edited by
    #52

    @bram Sorry, this is blocked totally by us. We have already started updating some of the long standing apps and will also start publishing many of the already available apps this week and the next.

    1 Reply Last reply
    3
  • avatar1024A avatar1024 referenced this topic on
  • avatar1024A avatar1024 referenced this topic on
  • nebulonN Offline
    nebulonN Offline
    nebulon Staff
    wrote on last edited by
    #53

    Hi everyone, I was finally able to pickup the package, to get this forward into our app library.

    @bram already did a wonderful job and for the moment I only had to do some cleanup of the package, not because it was wrong, but really only so the package is consistent with our other packages. This is less about the functionality but merely so it is easier for us to deal with them.

    Also since we tend to update our tests and the test dependencies quite often, I also moved @bram's original files into a repo in our own gitlab next to all the other apps: https://git.cloudron.io/cloudron/baserow-app
    @bram you should also have push rights to that repo by now.

    To give some outlook, I think I will only have to now add the e2e tests for it and I will publish this in the next few days as unstable for everyone interested to test.

    B potemkin_aiP 2 Replies Last reply
    12
  • B Offline
    B Offline
    bram App Dev
    replied to nebulon on last edited by
    #54

    @nebulon It's great to hear that you've added Baserow. I saw an email notifying me that I have developer permissions to the project 👍. Let me know if there is anything that I can help you with in the meantime.

    How would it work if we we're releasing a new version in the future? Should we then create a merge request in GitLab with the necessary changes?

    nebulonN 1 Reply Last reply
    1
  • nebulonN Offline
    nebulonN Offline
    nebulon Staff
    replied to bram on last edited by
    #55

    @bram usually we track upstream releases and then adjust the package repo accordingly, then build a new app package from that and run the tests. Once done we issue a new package release. So unless there are specific data migration steps to be made on a new release, I think you don't have to do anything from your side as we will maintain the package.
    You have developer rights mainly, since you know your app better and possibly there might be useful adjustments to be made for the package in future versions, so feel free to push those directly into the app repo then.

    1 Reply Last reply
    2

  • Login

  • Don't have an account? Register

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