Closed tigattack closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Not stale.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Desired Behavior
Librespeed's official Docker image supports a number of environment variables, such as
mode
(values:standalone
,frontend
,backend
),TELEMETRY
(true/false), and many more.LSIO's image also supports a number of environment variables which the official image does not, which is fantastic, but I think adding the additional env vars supported in the official image would truly make this the go-to image for Librespeed.
Current Behavior
Much fewer of the major configuration points are available via environment variables than in the official image.
Alternatives Considered
Using the official image. This is a valid option, but I'd like to also configure the DB settings using env vars, something which cannot be done with the official image.