Baserow
Baserow optimizations
These are optional optimizations that are added in the env.sh backend file: export BASEROW_MAX_IMPORT_FILE_SIZE_MB=51200 export BASEROW_AIRTABLE_IMPORT_SOFT_TIME_LIMIT=180000 export BASEROW_ROW_PAGE_SIZE_LIMIT=200000 export ...
Log Retention
Baserow stores audit logs in the database and this can consume a lot of space. This can be configured using two variables in /app/data/env.sh: export BASEROW_ROW_HISTORY_RETENTION_DAYS=365 export BASEROW_ENTERPRISE_AUDIT_LOG_RETENTION_DAYS=30 # set ...
Registration
To disable public registration Admin -> Settings -> uncheck Allow creating new accounts.
Custom configuration
Custom env variables can be set in the file /app/data/env.sh using the File manager. Be sure to restart the app after making any changes.
How to order Baserow?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: Baserow 4. Select vCPU / RAM If you don't know how much you will need to use, just leave the default. 5. Select Disk Storage Size If you don't know how much you will need to ...