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 |
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}
- 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.
- 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 a NAS with
- 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}
- Download the release of Bubblewrap for your NAS's architecture from the Servarr Synology Package GitHub and manually install the package via package manager.
- Complete the below Bubblewrap Installation Steps for DSM 7.X
- Once Bubblewrap is installed, you may 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.
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}
- Create a triggered task within DSM:
- User:
root
- Event:
Boot-up
- Event:
- For the
Run Command
enter:
chown root:root /volume1/@appstore/bubblewrap/bin/bwrap
chmod u+s /volume1/@appstore/bubblewrap/bin/bwrap
- Save triggered task, and run it once.
- Login to your Synology via SSH and elevate to
root
- Execute following commands:
sudo chown root:root /volume1/@appstore/bubblewrap/bin/bwrap
chmod u+s /volume1/@appstore/bubblewrap/bin/bwrap