Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.71 KB

File metadata and controls

41 lines (25 loc) · 1.71 KB
description
These instructions will run you through setting up the application on a Synology NAS.

Using Synology

{% hint style="warning" %} The following directions are for the old "Docker" application, if you're using "Container Manager" you can follow the docker compose instructions in installation.md. {% endhint %}

Install on a Synology NAS

Open the Docker interface of your Synology Device, search for ajustesen/speedtest-tracker in the Registry and download it.

download_image

Create a local directory (i.e. /volume1/docker/speedtest-tracker) which later can be mapped to the docker container.

Launch the image once the download is completed.

launch_image

Map the ports to available ports.

port_mapping

{% hint style="info" %} Make sure the ports you choose are not used by any other application or DSM service on your device and remember to adjust the Synology Firewall settings accordingly. {% endhint %}

Map the directory you created earlier to the mount path /config.

volume_mapping

Review your settings and click "done".

summary

You can now access Speedtest-Tracker via http://YOUR_IP_ADDRESS:8080 or https://YOUR_IP_ADDRESS:8443.