Open Source Airtable Alternative
Go to file
3wc 848b0a6db0
continuous-integration/drone/push Build is passing Details
Switch to self-hosted stack-ssh-deploy image [mass update]
2023-01-21 11:49:56 -08:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -08:00
.env.sample init 2022-10-22 13:28:28 +02:00
.gitignore init 2022-10-22 11:35:54 +02:00
README.md init 2022-10-22 13:28:28 +02:00
compose.yml init 2022-10-22 13:28:28 +02:00

README.md

nocodb

NocoDB is a no-code database platform that allows teams to collaborate and build applications with ease of a familiar and intuitive spreadsheet interface. This allows even non-developers or business users to become software creators.

  • Category: Apps
  • Status: 0
  • Image: nocodb, 4, upstream
  • Healthcheck: No
  • Backups: No
  • Email: No
  • Tests: No
  • SSO: No

Quick start

  • abra app new nocodb
  • abra app config <app-name>
  • export DATABASE_PW=$(pwgen 20)
  • abra app secret insert <app-name> db_password v1 ${DATABASE_PW}
  • abra app secret insert <app-name> nc_db_url v1 pg://db:5432?u=nocodb&p=${DATABASE_PW}&d=nocodb
  • abra app deploy <app-name>

For more, see docs.coopcloud.tech.