roest01 / docker-speedtest-analyser

Automated docker speedtest analyser tool with included web interface to monitor your internet speed connection over time. Setup at home on your NAS (Synology, QNAP tested) and the container runs hourly speedtests. The speedtest results are displayed in an webinterface as line graph(s) over the day.
Other
108 stars 47 forks source link

Change js/appConfig.example so you don't have to remove `let` #81

Open owenleonard opened 3 years ago

owenleonard commented 3 years ago

JS variables defined using let cannot be redefined, but variables defined using var can. These changes allow the user to simply copy the file to their data directory and then change the settings they want to change. The settings in the data directory will override the default ones in appConfig.example.js.

I also moved the order the config files are loaded by index.html so the data file is given preference.