Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 1.94 KB

File metadata and controls

3 lines (2 loc) · 1.94 KB

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_NAMEUsed to define the application's name in the dashboard and in notifications.

- Default: Speedtest Tracker
APP_KEY

Key used to encrypt and decrypt data. To create your own key to persist run php artisan key:generate --show from within the running container.

Make sure to include the prepended base64: prefix.

CONTENT_WIDTHWidth of the content section of each page. Can be set to any value found in the Filament docs.

- Default: 7xl
PUBLIC_DASHBOARDEnables the public dashboard for guest (unauthenticated) users.

- Default: false
DASHBOARD_POLLINGFrequency charts and stats refresh on the dashboard. Can be represented using a string in seconds or false to disable.

- Default: 60s
NOTIFICATION_POLLINGFrequency database notifications are polled. Can be represented using a string in seconds or false to disable.

- Default: 60s
RESULTS_POLLINGFrequency data refreshes in the results table. Can be represented using a string in seconds or false to disable.

- Default: false