Updated: Synology Guide

Updated: Synology Guide
TRaSH 2020-10-08 19:22:32 +02:00
parent c1acccadcc
commit 80883676ad
10 changed files with 15 additions and 12 deletions

@ -54,18 +54,19 @@ Then you will get a popup asking which Tag you want to use.
select `latest` for the stable build.
![](images/image-20200126140136647.png)
or select `unstable-linux-amd64` if you want to use the dev version.
![](images/image-20200126140247706.png)
or select `nightly` if you want to use the dev version.
![image-20201008184855337](images/image-20201008184855337.png)
In this example I will use the dev build.
Then on the left select `Image` and wait till it's loaded you can see when it's done where the arrow is pointed and it stops building.
![](images/image-20200126140608567.png)
![image-20201008185018153](images/image-20201008185018153.png)
Then double click on the created image.
##### General Settings
![](images/image-20200126141004392.png)
![image-20201008185252513](images/image-20201008185252513.png)
1. Give the container a friendly name (e.g. `bazarr`).
2. Enable this (not sure if it's needed but you can test that later yourself)
@ -86,9 +87,10 @@ Click on `Add Folder`
Create a folder named `config` and create in that folder a folder called `bazarr`.
This will be used for the database, config and log files.
![](images/image-20200126143412392.png)
![image-20201008190452024](images/image-20201008190452024.png)
Also add your `tv` and your `movies` folder locations.
Also add your `tv` and your `movies` folder locations,
In this Guide we used the preferred path setup that's why we used `/data/media`.
###### Advanced Settings - Port Settings
![](images/image-20200126143706699.png)
@ -124,24 +126,23 @@ Then you ssh into your Synology and you type one of the the following depending
###### Stable build:
hotio/bazarr
>`sudo docker run -d --name Bazarr -v /volume1/docker/config/bazarr:/config -v /volume1/video/tv:/tv -v /volume1/video/movies:/movies -e PUID=1026 -e PGID=101 -p 6767:6767 hotio/bazarr:latest`
>`sudo docker run -d --name Bazarr -v /volume1/docker/config/bazarr:/config -v /volume1/data/media:/data/media -e PUID=1026 -e PGID=101 -p 6767:6767 hotio/bazarr:latest`
linuxserver/bazarr
>`sudo docker run -d --name Bazarr -v /volume1/docker/config/bazarr:/config -v /volume1/video/tv:/tv -v /volume1/video/movies:/movies -e PUID=1026 -e PGID=101 -p 6767:6767 linuxserver/bazarr:latest`
>`sudo docker run -d --name Bazarr -v /volume1/docker/config/bazarr:/config -v /volume1/data/media:/data/media -e PUID=1026 -e PGID=101 -p 6767:6767 linuxserver/bazarr:latest`
###### Development build:
hotio/bazarr
>`sudo docker run -d --name Bazarr -v /volume1/docker/config/bazarr:/config -v /volume1/video/tv:/tv -v /volume1/video/movies:/movies -e PUID=1026 -e PGID=101 -p 6767:6767 hotio/bazarr:unstable`
>`sudo docker run -d --name Bazarr -v /volume1/docker/config/bazarr:/config -v /volume1/data/media:/data/media -e PUID=1026 -e PGID=101 -p 6767:6767 hotio/bazarr:nightly
linuxserver/bazarr
>`sudo docker run -d --name Bazarr -v /volume1/docker/config/bazarr:/config -v /volume1/video/tv:/tv -v /volume1/video/movies:/movies -e PUID=1026 -e PGID=101 -p 6767:6767 linuxserver/bazarr:development`
>`sudo docker run -d --name Bazarr -v /volume1/docker/config/bazarr:/config -v /volume1/data/media:/data/media -e PUID=1026 -e PGID=101 -p 6767:6767 linuxserver/bazarr:nightly
**Extra info:**
>`--name Bazarr` = Container name.
`-v /volume1/docker/config/bazarr:/config` = Your path to your config location.
`-v /volume1/video/tv:/tv` = Your path to your tv shows/series.
`-v /volume1/video/movies:/movies` = Your path to your movies.
`-v /volume1/data/media:/data/media` = Your path to your tv shows/series and movies.
`-e PUID=1026` = Your PUID (*that we found earlier*).
`-e PGID=101` = Your PGID (*that we found earlier*).
`-p 6767:6767` = The ports Bazarr is going to use.
@ -157,5 +158,7 @@ For his Wiki/Guide I used the following sources being that I don't have a Synolo
[DSM 6.2 Online Demo](https://demo.synology.com/en-global/dsm)
[Docker Guide](https://wiki.servarr.com/Docker_Guide) (thnx to @fryfrog)
Help from some Synology users on the [Discord Server](https://discord.gg/MH2e2eb).

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB