diff --git a/docs/general/installation/synology.md b/docs/general/installation/synology.md index 56096efb..e86868f9 100644 --- a/docs/general/installation/synology.md +++ b/docs/general/installation/synology.md @@ -34,11 +34,11 @@ If you don't see the icon in the main menu after the installation of `Container Navigate to the "Registry" tab and search for "Jellyfin". You should see the official jellyfin/jellyfin image. Click on it and then click "Download". -![Downloading the Image](/images/docs/install-synology-0.png) +![Downloading the Image](/images/docs/advanced/synology/install-synology-0.png) A new window will open and a Jellyfin version can be selected for installation. The latest version is recommended. Click `Apply` after selection a version. -![Downloading the Image](/images/docs/install-synology-1.png) +![Downloading the Image](/images/docs/advanced/synology/install-synology-1.png) After the image is downloaded, it can be found in the `Image` tab. @@ -48,30 +48,22 @@ Navigate to the `Container` tab and click `Create`. Select the `Jellyfin` image and give the container a name. This is mainly for identification purposes and can be set to anything desired. `auto-restart` can be enabled to automatically start Jellyfin when the NAS boots. Resource limits can also be set for the container. It is recommended that all CPU resources and at least 4GB of ram be allocated to the Jellyfin container. Click `Next` to proceed to the next step. -![Creating the Container](/images/docs/install-synology-2.png) +![Creating the Container](/images/docs/advanced/synology/install-synology-2.png) -#### Port Settings +#### Network and Port Settings -Allocate ports to the container. Jellyfin uses port 8096 for the web interface and 1900 for DLNA by default. It is recommended to use the default ports if they are not being used by other services. +For the [Network Settings](https://jellyfin.org/docs/general/post-install/networking/dlna#general) and [Port Settings](https://jellyfin.org/docs/general/post-install/networking/#port-bindings) please refer their respected guides. #### Volume Settings This setting maps, directories on the host within the container. Use this setting to allow Jellyfin access to media and a place to store application data. To add a volume, click "Add Folder" and select the folder desired. The mount point is set in the middle column and the directory will be accessible at this path within the container. For media files, `/media` can be used, and for config files, `/config` can be used. -#### Network Settings - -Set how the container connects to the network. DLNA requires `Host` mode to function. - -#### Settings for advanced users - -- Enviroment Variables - #### Example Your settings should look like this: -![Advanced Settings](/images/docs/install-synology-3.png) -![Advanced Settings](/images/docs/install-synology-4.png) +![Advanced Settings](/images/docs/advanced/synology/install-synology-3.png) +![Advanced Settings](/images/docs/advanced/synology/install-synology-4.png) Click `Next` to proceed to the next step. Settings can be reviewed on this screen. Check the `Run this container after the wizard is finished` checkbox and click `Apply` if everything looks correct. The container should now be shown in the `Container` tab. diff --git a/static/images/docs/install-synology-0.png b/static/images/docs/advanced/synology/install-synology-0.png similarity index 100% rename from static/images/docs/install-synology-0.png rename to static/images/docs/advanced/synology/install-synology-0.png diff --git a/static/images/docs/install-synology-1.png b/static/images/docs/advanced/synology/install-synology-1.png similarity index 100% rename from static/images/docs/install-synology-1.png rename to static/images/docs/advanced/synology/install-synology-1.png diff --git a/static/images/docs/install-synology-2.png b/static/images/docs/advanced/synology/install-synology-2.png similarity index 100% rename from static/images/docs/install-synology-2.png rename to static/images/docs/advanced/synology/install-synology-2.png diff --git a/static/images/docs/install-synology-3.png b/static/images/docs/advanced/synology/install-synology-3.png similarity index 100% rename from static/images/docs/install-synology-3.png rename to static/images/docs/advanced/synology/install-synology-3.png diff --git a/static/images/docs/install-synology-4.png b/static/images/docs/advanced/synology/install-synology-4.png similarity index 100% rename from static/images/docs/install-synology-4.png rename to static/images/docs/advanced/synology/install-synology-4.png