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

added a config file instead of having to modify the main file #630

Open rlunaro opened 5 months ago

rlunaro commented 5 months ago

This change modifies the index.html file to request a config.json file: with this improvement, the configuration of the application can be made in the config.json file instead of having to modify the main file

sstidl commented 5 months ago

Thanks for the proposed enhancement. To merge this it has to be backwards compatible. So please modify your changes so it works out of the box with the created docker image.