From 687ef195b7aac8374cfffe2d1fd6326fa4ed87ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Ro=CC=88s?= Date: Mon, 4 Feb 2019 15:23:04 +0100 Subject: [PATCH] release v1.3 --- README.md | 7 +++---- index.html | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c832e86..15cce90 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ the container please moint a volume in ``/var/www/html/data/`` | CRONJOB_ITERATION | INT | Minutes between the speedtests. Value 15 means the Cronjob runs every 15 minutes. Keep undefined to run hourly. | 15 | # Config -You can configure the visualization frontend via volume in -``/var/www/html/js/appConfig.js`` +You can configure the visualization frontend via ``appConfig.js`` +copy the ``/js/appConfig.example.js`` into ``/data/appConfig.js`` (where your volume should be mounted) #### Libs used @@ -58,8 +58,7 @@ Please do not fork and republish this repo. If you need to change sth. make a feature and do a pull request. Especially reDistributions on hub.docker.com are unwanted. -You can sell reDistribute sell and do whatever you want if it's not public available -(for example in a private docker registry) +You can sell reDistribute (in an private registry) publish at github and do whatever you want if the image is not public available. ##### Disclaimer / Off topic I've written this small tool for private use on my Synology NAS. diff --git a/index.html b/index.html index 674d72c..b70ac6f 100755 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@

- v1.2 + v1.3
diff --git a/package.json b/package.json index c5103f5..17847a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docker-speedtest-analyser", - "version": "v1.2", + "version": "v1.3", "repository": { "type": "git", "url": "https://github.com/roest01/docker-speedtest-analyser.git"