librespeed/speedtest-go

Move config options in index.html to settings.toml

Closed this issue · 2 comments

For example whether to turn on telemetry.

I'm not sure about this change for now, since the Go version is mostly a re-implementation of the PHP version. Changing this means the frontends won't be 100% compatible (changing the telemetry setting within the frontend doesn't work the same in Go version anymore with this change), which could be a surprise for users migrating to Go.

Telemetry can now be disabled in the backend with database_type set to none.