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
Where example.coop is your domain:
abra app new nocodb
abra app config nocodb.example.coop
abra app secrets generate -a nocodb.example.coop
# Save the generated password
DATABASE_PW="REPLACE THIS WITH THE GENERATED PASSWORD"
abra app secret insert nocodb.example.coop nc_db_url v1 "pg://db:5432?u=nocodb&p=${DATABASE_PW}&d=nocodb"
abra app deploy nocodb.example.coop
NocoDB Enterprise Version
Uncomment the variables used for setting enterprise values. Make sure you have a valid license.
abra app config nocodb.example.coop
abra app secret generate nocodb.example.coop auth_jwt v1
abra app undeploy nocodb.example.coop
abra app deploy nocodb.example.coop
For more, see docs.coopcloud.tech.
Languages
Shell
61.8%
Go Template
38.2%