mirror of
https://github.com/luzifer-docker/librespeed.git
synced 2024-11-08 15:10:03 +00:00
Remove broken code blocks
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
36d97f6ddf
commit
0f6997ee05
2 changed files with 8 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
README.md:
|
||||
cp README.tpl.md README.md
|
||||
grep -Eo '\$$\{[A-Z][^\}]*\}' docker-entrypoint.sh | sed -E 's/\$$\{([^:]*)(|:-(.*))\}/| \1 | `\3` |/' | sort | uniq >>README.md
|
||||
grep -Eo '\$$\{[A-Z][^\}]*\}' docker-entrypoint.sh | sed -E -e 's/\$$\{([^:]*)(|:-(.*))\}/| \1 | `\3` |/' -e 's/``//' | sort | uniq >>README.md
|
||||
|
||||
.PHONY: README.md
|
||||
|
||||
|
|
14
README.md
14
README.md
|
@ -7,16 +7,16 @@ This is a container setup for the [Go variant](https://github.com/librespeed/spe
|
|||
| ENV Variable | Default Value |
|
||||
| ------------ | ------------- |
|
||||
| ASSETS_PATH | `/usr/local/share/speedtest` |
|
||||
| BIND_ADDR | `` |
|
||||
| BIND_ADDR | |
|
||||
| DB_FILE | `/data/speedtest.db` |
|
||||
| DB_HOST | `` |
|
||||
| DB_NAME | `` |
|
||||
| DB_PASS | `` |
|
||||
| DB_HOST | |
|
||||
| DB_NAME | |
|
||||
| DB_PASS | |
|
||||
| DB_TYPE | `bolt` |
|
||||
| DB_USER | `` |
|
||||
| IPINFO_API_KEY | `` |
|
||||
| DB_USER | |
|
||||
| IPINFO_API_KEY | |
|
||||
| LISTEN_PORT | `8989` |
|
||||
| REDACT_IP_ADDRESSES | `true` |
|
||||
| SERVER_LAT | `0` |
|
||||
| SERVER_LON | `0` |
|
||||
| STATISTICS_PASSWORD | `` |
|
||||
| STATISTICS_PASSWORD | |
|
||||
|
|
Loading…
Reference in a new issue