mirror of
https://github.com/linuxserver/docker-librespeed.git
synced 2026-02-04 19:07:52 +08:00
update readme
This commit is contained in:
parent
584eef4900
commit
a1e43fa9e2
@ -156,7 +156,7 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel
|
||||
|
||||
## Application Setup
|
||||
|
||||
Access the speedtest webui at `http://<server-ip>`. The results database can be accessed at `http://<server-ip>/results/stats.php` with the password set.
|
||||
Access the speedtest webui at `http://SERVERIP`. The results database can be accessed at `http://SERVERIP/results/stats.php` with the password set.
|
||||
The default template used is based on `example-singleServer-full.html`. However, all templates are provided for reference at `/config/www/`. Feel free to customize `/config/www/index.html` as you like. Delete the file and restart to go back to the image default.
|
||||
|
||||
You can optionally place customized `speedtest.js` and `speedtest_worker.js` files under `/config/www` and they will supersede the defaults after a container start. Keep in mind that once you do so, they will no longer be updated. You can delete them and recreate the container to go back to the image defaults.
|
||||
@ -230,4 +230,4 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **06.01.20:** - Initial Release.
|
||||
* **09.01.20:** - Initial Release.
|
||||
|
||||
@ -49,7 +49,7 @@ optional_block_1_items: ""
|
||||
# application setup block
|
||||
app_setup_block_enabled: true
|
||||
app_setup_block: |
|
||||
Access the speedtest webui at `http://<server-ip>`. The results database can be accessed at `http://<server-ip>/results/stats.php` with the password set.
|
||||
Access the speedtest webui at `http://SERVERIP`. The results database can be accessed at `http://SERVERIP/results/stats.php` with the password set.
|
||||
The default template used is based on `example-singleServer-full.html`. However, all templates are provided for reference at `/config/www/`. Feel free to customize `/config/www/index.html` as you like. Delete the file and restart to go back to the image default.
|
||||
|
||||
You can optionally place customized `speedtest.js` and `speedtest_worker.js` files under `/config/www` and they will supersede the defaults after a container start. Keep in mind that once you do so, they will no longer be updated. You can delete them and recreate the container to go back to the image defaults.
|
||||
@ -59,4 +59,4 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "06.01.20:", desc: "Initial Release." }
|
||||
- { date: "09.01.20:", desc: "Initial Release." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user