Skip to main content

Logo Grist

About

Grist is a modern relational spreadsheet.

Admin access

Grist does not expose an admin role through the Cloudron user interface. Grant admin privileges by setting GRIST_DEFAULT_EMAIL to the email address of the admin user in /app/data/env.sh using the File manager.

Bash
export [email protected]

Restart the app after making changes. The user signs in with the matching email address and gains access to the admin panel.

Custom config

Set custom environment variables in /app/data/env.sh using the File manager.

Bash
export GRIST_DEFAULT_LOCALE=de

Restart the app after making any changes.