librespeed / speedtest

Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more
https://librespeed.org
GNU Lesser General Public License v3.0
12.27k stars 2.21k forks source link

Add TZ, PUID and PGID env variables #604

Open zax-ftw opened 8 months ago

zax-ftw commented 8 months ago

Description

Add TZ PUID PGID environment variables support in Docker version.

Why it should be implemented

TZ - required to show correct time in telemetry logs, consistency with most other images PUID PGID - solve permission issues, consistency with most other images

crltc commented 8 months ago

Description

Add TZ PUID PGID environment variables support in Docker version.

Why it should be implemented

TZ - required to show correct time in telemetry logs, consistency with most other images PUID PGID - solve permission issues, consistency with most other images

The docker image from linuxserver supports these variables.