mirror of
https://github.com/luzifer-docker/librespeed.git
synced 2024-11-09 23:50:03 +00:00
22 lines
632 B
Markdown
22 lines
632 B
Markdown
# Luzifer-docker / librespeed
|
|
|
|
This is a container setup for the Go variant of the LibreSpeed speed test, fully configurable through environment variables and runnable out-of-the-box.
|
|
|
|
## Available configuration variables
|
|
|
|
| ENV Variable | Default Value |
|
|
| ------------ | ------------- |
|
|
| ASSETS_PATH | `/usr/local/share/speedtest` |
|
|
| BIND_ADDR | `` |
|
|
| DB_FILE | `/data/speedtest.db` |
|
|
| DB_HOST | `` |
|
|
| DB_NAME | `` |
|
|
| DB_PASS | `` |
|
|
| DB_TYPE | `bolt` |
|
|
| DB_USER | `` |
|
|
| IPINFO_API_KEY | `` |
|
|
| LISTEN_PORT | `8989` |
|
|
| REDACT_IP_ADDRESSES | `true` |
|
|
| SERVER_LAT | `0` |
|
|
| SERVER_LON | `0` |
|
|
| STATISTICS_PASSWORD | `` |
|