-
-
Notifications
You must be signed in to change notification settings - Fork 3
Synopackage on your DSM (using Docker)
Szymon Bełus edited this page Jan 16, 2020
·
4 revisions
This is an instruction How to install synopackage on your own Synology's DSM.
- You may need to know what is Docker, Image and Container.
- DiskStation device with Intel processor (this is the requirement for the Docker package)
- Installed package "Docker"
- Open Docker UI
- Go to "Registry" tab
- Type "synopackage_dotnet" and click search
- Choose the right image
- Click "Download" button
- Go to "Image" tab & wait for download complete
- Click on the downloaded image
- Click "Launch" button
- Choose tag (screen below) - see which tag to choose?
- Type the name of container, i.e. "synopackage"
- Click "Advanced settings" button
- (Optional) if you wish to auto-restart (after restart the device) you may check "Enable auto-restart"
Here you can map application cache folder to your folder located in DSM shared folder. This is very useful if you plan to update docker image of synopackage in the future, because application will not download icons twice. It will be done just once.
- Click "Add folder" button
- Choose "docker" shared folder
- Type your volume name, i.e. "synopackage_cache"
- Click "Ok" button
- Click "Select" button
- On your local folder there will be path "docker/synopackage_cache".
- Type "/app/wwwroot/cache" on the "mouth path"
- Type port, on which the app will be visible on your NAS, i.e. 8080
Now it's time to finish the wizard. Click "Apply" button
Go to "Container" tab
Open your browser and navigate to "http://[your_NAS_IP/quickconnect_name]:8080". You should see the website
Now you may setup your settings (click red blinking settings icon on the top right) and set your model and version.
That's it!