bramw_baserow/deploy/cloudron
Bram Wiepjes 75ccd59727 Prepare for 1.24.2 release 2024-04-12 09:24:23 +02:00
..
CloudronManifest.json Prepare for 1.24.2 release 2024-04-12 09:24:23 +02:00
DESCRIPTION.md Automatic SSL certificate support for application builder domains 2024-01-16 13:58:59 +00:00
Dockerfile Prepare for 1.24.2 release 2024-04-12 09:24:23 +02:00
README.md Automatic SSL certificate support for application builder domains 2024-01-16 13:58:59 +00:00
cloudron_env.sh Heroku fixes, updated docs, fix build. 2022-03-01 15:22:47 +00:00
docker-compose.yml Switch to more upto date version of postgres in our example images. 2022-07-06 14:25:32 +01:00
logo.png Replaced Baserow logo for Cloudron 2024-01-09 15:51:24 +00:00

README.md

Baserow's Cloudron image

This is the Baserow maintained Cloudron Image.

Please see our Install on Cloudron guide for more details.

About Baserow

  • A spreadsheet database hybrid combining ease of use and powerful data organization.
  • Easily self-hosted with no storage restrictions or sign-up on https://baserow.io to get started immediately.
  • Alternative to Airtable.
  • Open-core with all non-premium and non-enterprise features under the MIT License allowing commercial and private use.
  • Headless and API first.
  • Uses popular frameworks and tools like Django, Vue.js and PostgreSQL.

Quick Reference

  • X.Y.Z Tagged by Baserow version.
  • latest
  • develop-latest This is a bleeding edge image from our development branch, use at your own risk.

Application builder domains

Baserow has an application builder that allows to deploy an application to a specific domain. Because Cloudron has a reverse proxy that routes a domain to the right Cloudron app, the deployed application isn't automatically available on the chosen domain.

To make this work, you must add a domain alias in the Cloudron settings. This can be done by going to the settings of your Baserow app, then click on Location, click on Add an alias, and then add the domain you've published the application to in Baserow. Make sure that the alias matches the full domain name in Baserow. After that, Cloudron will request the SSL certificate, and then you can visit your domain.

It's also possible to add a wildcard alias to Cloudron, but the SSL certificate then doesn't work out of the box. Some additional settings on Cloudron might be required to make it work.