Environment Variables

NameDescription

PUID (required)

Used to set the user the container should run as. - Default:1000

PGID (required)

Used to set the group the container should run as. - Default:1000

APP_NAME

Used to define the application's name in the dashboard and in notifications. FAQ

APP_KEY

Key used to encrypt and decrypt data. To create your own key to persist runphp artisan key:generate --showfrom within the running container.

Make sure to include the prependedbase64:prefix.

CONTENT_WIDTH

Width of the content section of each page. Can be set to any value found in the Filamentdocs. - Default:7xl

PUBLIC_DASHBOARD

Enables the public dashboard for guest (unauthenticated) users. - Default:false

DASHBOARD_POLLING

Frequency charts and stats refresh on the dashboard. Can be represented using a string in seconds orfalseto disable. - Default:60s

NOTIFICATION_POLLING

Frequency database notifications are polled. Can be represented using a string in seconds orfalseto disable. - Default:60s

RESULTS_POLLING

Frequency data refreshes in the results table. Can be represented using a string in seconds orfalseto disable. - Default:false

MAIL_ENCRYPTION

Mail encryption used for sending test results and notifications trough email. Can besslortls

MAIL_FROM_ADDRESS

Email address used for sending test results and notifications trough email.

MAIL_FROM_NAME

Name used for sending test results and notifications trough email.

MAIL_HOST

SMTP server used for sending test results and notifications trough email.

MAIL_MAILER

Email protocol used for sending test results and notifications trough email.

MAIL_PASSWORD

SMTP password from email address used for sending test results and notifications trough email.

MAIL_PORT

SMTP port from email server used for sending test results and notifications trough email.

MAIL_USERNAME

Username from SMTP server used for sending test results and notifications trough email.

TZ

Time zone used to get the date and time of tests

APP_URL

URL used on emails sent. That URL is the one that appears on links that are sent trough emailFAQ

Last updated