Skip to content

Baserow App

About

Baserow is an open source no-code database tool and Airtable alternative.

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.

Registration

To disable public registration, Admin -> Settings -> uncheck Allow creating new accounts .

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 this even if not enterprise customer

Be sure to restart the app after making any changes.