speedtest
speedtest copied to clipboard
Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more
## Description Currently the Docker container can be modified to run as a different user. However, [entrypoint.sh ](https://github.com/librespeed/speedtest/blob/docker/docker/entrypoint.sh) does operations with a hard coded username www-data. ## Why it should...
This was my setup for a CentOS stream build. ``` sudo dnf install https php git git clone https://github.com/librespeed/speedtest cd speedtest sudo cp -R backend example-singleServer-pretty.html *.js /var/www/html cd /var/www/html...
The ad-hoc abbreviation "Mbps" for "megabits per second" was used originally to refer to the unit since an official symbol did not exist at the time. An official symbol now...
Closes #373 (Sidenote: it was quite annoying to manually re-apply the same patch on 7 files.)
## Description The current HTML code for librespeed is not accessible. The main button (or... the only button) is currently implemented as ``. Instead, it should be a `` or...
this adds the safari full screen support when adding to home screen and an icon for it
This changes the settings file name, and adds an entry to gitignore to ignore the used file name. This will avoid any issues pulling updates to a live environment with...
Hello, A feedback: Giving an access token of 1 or 2 minutes to be sure to be the only one on the server to have full result... My fear is...
- updates to doc.md specify new env's for use with an external database - Dockerfile update includes support for postgres PDO's in PHP (mysql PDO support NOT added) - Tested...