Skip to content

Latest commit

 

History

History
94 lines (65 loc) · 4.67 KB

synology-packages.md

File metadata and controls

94 lines (65 loc) · 4.67 KB
title description published date tags editor dateCreated
Synology Packages
Servarr Synology Packages
true
2023-12-05 13:38:09 UTC
lidarr, prowlarr, synology, radarr,readarr,sonarr
markdown
2022-05-06 13:45:19 UTC

Servarr Synology Packages

These packages can be considered "beta". They are not maintained/developed by the Servarr team. No support is available for the packages. Use at your own risk. {.is-danger}

  • The Servarr Team now creates and maintains Synology Packages
  • Installation instructions are noted below for the specific DSM versions

Generally the existing SynoCommunity versions are not compatible with the Servarr versions without some hoop jumping. This means it would be required to delete the old package after doing a backup of your database the link is for a Radarr example, but the instructions/concepts are the same. Which can be done through the web interface of the *Arr app. {.is-warning}

SynoCommunity has a list of NAS by Architecture which will assist you in identifying the correct package. {.is-info}

DSM 6.x

  • The Lidarr-Official, Prowlarr-Official, Radarr-Official, Readarr-Official, and Sonarr packages should just work.
  • Note that the standalone Mono package from the SynoCommunity is not required anymore, it currently is bundled within our package.
  • Download the release of the application for your NAS's architecture from the Servarr Synology Package GitHub and manually install the package via package manager.

DSM 7.x

  • The Lidarr-Official, Prowlarr-Official, Radarr-Official, and Readarr-Official packages should just work for most architectures.
    • Note that a NAS with comcerto2k requires additional steps for Lidarr, Prowlarr, Radarr, and Readarr; see the instructions.
  • Note that the Sonarr package requires additional steps for all architectures.
  • Note that the standalone Mono package from the SynoCommunity is not required anymore, it currently is bundled within our package.

For NAS running on a comcerto2k (all packages) and Sonarr (all NAS architectures), you will need to install the Bubblewrap package and perform the manual steps noted. Bubblewrap must be installed prior to attempting to install the *Arr Packages {.is-warning}

Bubblewrap Installation on DSM 7.X

Bubblewrap allows us to run programs in a basic container so that we can use new enough libraries to run .NET6.

Due to the restrictions in DSM 7.0+, some manual setup is required after installation. {.is-danger}

Simple Bubblewrap Installation

  1. Create a triggered task within DSM:
  • User: root
    • Event: Boot-up
  1. For the Run Command enter:
chown root:root /volume1/@appstore/bubblewrap/bin/bwrap
chmod u+s /volume1/@appstore/bubblewrap/bin/bwrap
  1. Save triggered task, and run it once.

triggered_task.png

create_task1.png

create_task2.png

run_task.png

Manual Bubblewrap Installation

  1. Login to your Synology via SSH and elevate to root
  2. Execute following commands:
sudo chown root:root /volume1/@appstore/bubblewrap/bin/bwrap
chmod u+s /volume1/@appstore/bubblewrap/bin/bwrap