From a1e43fa9e2f8692876c9d5ecf6743d5d193baec8 Mon Sep 17 00:00:00 2001 From: aptalca Date: Thu, 9 Jan 2020 16:49:35 -0500 Subject: [PATCH] update readme --- README.md | 4 ++-- readme-vars.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 79a07a4..2ed07e9 100644 --- a/README.md +++ b/README.md @@ -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://`. The results database can be accessed at `http:///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. diff --git a/readme-vars.yml b/readme-vars.yml index 0ccd0dc..11c3785 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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://`. The results database can be accessed at `http:///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." }