decentral1se 08a8c51cbf
Some checks failed
continuous-integration/drone/push Build is failing
Merge pull request 'enterprise-update' (#9) from jjsfunhouse/nocodb:enterprise-update into main
Reviewed-on: #9
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
2026-03-28 10:25:41 +00:00
2025-01-08 10:09:13 -08:00
2026-03-23 16:27:52 -04:00
2022-10-22 11:35:54 +02:00
2026-03-23 16:27:52 -04:00
2026-01-21 14:28:11 -03:00
2025-01-02 16:48:09 -03:00
2026-03-27 12:50:50 -04:00
2026-01-21 14:28:11 -03:00

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.

  • Maintainer: @fauno
  • Category: Apps
  • Status: 0
  • Image: nocodb, 4, upstream
  • Healthcheck: No
  • Backups: Yes
  • 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>

NocoDB Enterprise Version

  • abra app config <app-name>. Uncomment the variables used for setting enterprise values. Make sure you have a valid license.
  • abra app undeploy <app-name>
  • If auth_jwt is ungenerated: abra app secret generate <app-name> auth_jwt v1
  • abra app deploy <app-name>

For more, see docs.coopcloud.tech.

Description
Open Source Airtable Alternative
Readme 146 KiB
Languages
Shell 92.9%
Roff 7.1%