Description
When I set the Docker environment variable, the Speedtest page title remains "LibreSpeed" instead of changing to the content of the variable. This issue has been occurring since updating from version 5.4.1 to version 6.0.1.
Server
Steps to reproduce
- Start a liberspeed container with the following command
docker run --name="librespeed6" --restart=unless-stopped -e TITLE="Speedtest of Company" -e DISABLE_IPINFO=true -e MODE=standalone -e TELEMETRY=false -e USE_NEW_DESIGN=true -p 80:8080 ghcr.io/librespeed/speedtest:6.0.1
- open the page in a Browser and look at the title
Expected behaviour
the page title should be changed to the content of the "TITLE" environment variable
Description
When I set the Docker environment variable, the Speedtest page title remains "LibreSpeed" instead of changing to the content of the variable. This issue has been occurring since updating from version 5.4.1 to version 6.0.1.
Server
Steps to reproduce
docker run --name="librespeed6" --restart=unless-stopped -e TITLE="Speedtest of Company" -e DISABLE_IPINFO=true -e MODE=standalone -e TELEMETRY=false -e USE_NEW_DESIGN=true -p 80:8080 ghcr.io/librespeed/speedtest:6.0.1Expected behaviour
the page title should be changed to the content of the "TITLE" environment variable