
NocoDB
The Open Source Airtable Alternative - Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.
Official integration
Created - Last update
NocoDB is an open source #NoCode platform that turns any database into a smart spreadsheet. https://github.com/nocodb/nocodb - https://www.nocodb.com/
Deployed services
nocodb
nocodb/nocodb:$$cap_version
- nocodb-data:/usr/app/data
8080
always
7Variables
NocoDB Version
Default: 0.83.8
$$cap_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/nocodb/nocodb/tags
NC_DB
Default:
$$cap_nc_dbMySQL, PostgreSQL and MSSQL connection urls supported. If absent: A local SQLite will be created in root folder
DATABASE_URL
Default:
$$cap_database_urlJDBC URL Format. Can be used instead of NC_DB. Used in 1-Click Heroku deployment
NC_PUBLIC_URL
Default:
$$cap_public_urlUsed for sending Email invitations. If absent: Best guess from http request params
NC_AUTH_JWT_SECRET
Default: $$cap_gen_random_hex(64)
$$cap_auth_jwt_secretJWT secret used for auth and storing other secrets. If absent: A Random secret will be generated
NC_SENTRY_DSN
Default:
$$cap_sentry_dsnFor Sentry monitoring
NC_CONNECT_TO_EXTERNAL_DB_DISABLED
Default:
$$cap_connect_to_external_db_disabledDisable Project creation with external database. (Enter "1" to disable)
NC_DISABLE_TELE
Default:
$$cap_disable_teleDisable telemetry (Enter "1" to disable)
