docker-speedtest-analyser icon indicating copy to clipboard operation
docker-speedtest-analyser copied to clipboard

Looking for detailed instructions on how to change settings

Open sirtet opened this issue 4 years ago • 2 comments

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?

sirtet avatar Jan 18 '20 18:01 sirtet

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. :)

roest01 avatar Jan 18 '20 21:01 roest01

Yes thanks, that link was all i needed.

sirtet avatar Jan 19 '20 14:01 sirtet