Skip to content

Commit

Permalink
release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
roest01 committed Feb 4, 2019
1 parent c21b609 commit 687ef19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -41,7 +41,7 @@ <h4 class="card-title">
<canvas id="speedChart"></canvas>
</div>
<div class="small text-right">
v1.2
v1.3
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 687ef19

Please sign in to comment.