Directus App
About
Directus is an Instant App & API for your SQL Database.
- Questions? Ask in the Cloudron Forum - Directus
- Directus Website
- Directus issue tracker
Environment variables
Custom environment variables can be set
in /app/data/env
using the File manager.
Be sure to restart the app after making any changes.
Login
Cloudron Directory
By default, local users (including the auto-created admin user) are allowed to login along with Cloudron Directory users. To disable this, set the following in /app/data/env
using the File manager and restart the app.
export AUTH_DISABLE_DEFAULT="true" # no local user login
By default, Cloudron users are given the built-in Adminstrator
role. You can create another role and assign this as the default instead. To do so, set the following in /app/data/env
using the File manager and restart the app.
AUTH_LDAP_DEFAULT_ROLE_ID=<id of role>