roest01 / docker-speedtest-analyser

Automated docker speedtest analyser tool with included web interface to monitor your internet speed connection over time. Setup at home on your NAS (Synology, QNAP tested) and the container runs hourly speedtests. The speedtest results are displayed in an webinterface as line graph(s) over the day.
Other
108 stars 47 forks source link

Looking for detailed instructions on how to change settings #33

Open sirtet opened 4 years ago

sirtet commented 4 years ago

I am looking for detailed instructions on how to change settings, specifically on Synology. Issue #27 mentions a "Guide"... Is this referring to readme.md, or is there more somewhere? I could use some more guidance: While not too comfortable in the shell and as almost first-time docker user i was able to download and start the image and find it's web interface. To log into the container i needed some googling, but then found out i needed to enable SSH on the DiskStation, log in (With PuTTY) and run sudo docker exec -ti {containername} /bin/bash Now i can navigate the file system, access the log file, edit appConfig.js etc.

Open issues: How to mount a volume for the log i did not figure out so far.

Also, Environment vars are alien to me, so... To set the interval, CRONJOB_ITERATION=15? No... this is gone after logout... must be something permanent, written to the file system... Where?

roest01 commented 4 years ago

Hey Might be a help for you to read this https://techbox.rocks/synology-regelmaessiger-speedtest-mit-grafischer-auswertung/

The way you do it with command line is impressive but not the common way with Synology. They provide you GUI and interface options for that ;)

In other case you have to configure your volume with docker run command. Read the docker CLI for that option. :)

sirtet commented 4 years ago

Yes thanks, that link was all i needed.