librespeed/speedtest-go

running server without db and telemetry support

blnprasad opened this issue · 2 comments

I want to use server in cli mode alone by disabling DB & telemetry support. I went through the code and got some hacky steps but it would be great if you can provide the steps needed for same.

Currently, the result PNG output depends on database storage. Implementing this change would require some refactoring, and possibly not compatible with PHP version frontends. Or, it will disable PNG output once and for all.

Are there any updates on this? I'm looking at trying to use this just for a HTML frontend to consume without DB & Telemetry but facing the same issue, the code is relatively hacky. PNG output doesn't seem to be a dealbreaker.