librespeed / speedtest-go

Go backend for LibreSpeed
GNU Lesser General Public License v3.0
706 stars 153 forks source link

running server without db and telemetry support #21

Closed blnprasad closed 2 years ago

blnprasad commented 3 years ago

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.

maddie commented 3 years ago

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.

O-Luhishi commented 3 years ago

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.