
Install sonarr docker install#
Iocage exec sonarr "pkg update & pkg upgrade" # Install Iocage exec sonarr sed -i '' 's/quarterly/latest/g' /etc/pkg/nf Iocage fstab -add sonarr /mnt/vault0/media/torrents /mnt/torrents nullfs ro 0 0 # Change pkg repository set from `quarterly` to `latest` Iocage fstab -add sonarr /mnt/vault0/media/series /mnt/series nullfs rw 0 0 Iocage fstab -add sonarr /mnt/vault0/apps/sonarr /mnt/config nullfs rw 0 0 # Mount media datasets Iocage create -name sonarr -release 12.2-RELEASE dhcp = 1 boot = 1 # Mount jail config dataset Navigate to in your browser to use Radarr. Iocage exec radarr sysrc radarr_data_dir =/mnt/config Iocage exec radarr sysrc radarr_enable =YES Iocage exec radarr "pkg update & pkg upgrade" # Install Iocage exec radarr sed -i '' 's/quarterly/latest/g' /etc/pkg/nf Iocage fstab -add radarr /mnt/vault0/media/torrents /mnt/torrents nullfs ro 0 0 # Change pkg repository set from `quarterly` to `latest` Iocage fstab -add radarr /mnt/vault0/media/movies /mnt/movies nullfs rw 0 0 Iocage fstab -add radarr /mnt/vault0/apps/radarr /mnt/config nullfs rw 0 0 # Mount media datasets Iocage create -name radarr -release 12.2-RELEASE dhcp = 1 boot = 1 # Mount jail config dataset Navigate to in your browser to use Lidarr. Iocage exec lidarr sysrc lidarr_data_dir =/mnt/config Iocage exec lidarr sysrc lidarr_enable =YES Iocage exec lidarr "pkg update & pkg upgrade" # Install Iocage exec lidarr sed -i '' 's/quarterly/latest/g' /etc/pkg/nf Iocage fstab -add lidarr /mnt/vault0/media/torrents /mnt/torrents nullfs ro 0 0 # Change pkg repository set from `quarterly` to `latest` Iocage fstab -add lidarr /mnt/vault0/media/music /mnt/music nullfs rw 0 0 Iocage fstab -add lidarr /mnt/vault0/apps/lidarr /mnt/config nullfs rw 0 0 # Mount media datasets

Iocage create -name lidarr -release 12.2-RELEASE dhcp = 1 boot = 1 # Mount jail config dataset and change the Default Save Path to /mnt/torrents: Navigate to in your browser and login with the default credentials. Iocage exec qbittorrent service qbittorrent start Iocage exec qbittorrent sysrc qbittorrent_conf_dir =/mnt/config

Iocage exec qbittorrent sysrc qbittorrent_enable =YES Iocage exec qbittorrent pkg install qbittorrent-nox Iocage exec qbittorrent "pkg update & pkg upgrade" # Install qBittorrent without GUI Iocage fstab -add qbittorrent /mnt/vault0/media/torrents /mnt/torrents nullfs rw 0 0 # Update packages Iocage exec qbittorrent mkdir /mnt/torrents Iocage fstab -add qbittorrent /mnt/vault0/apps/qbittorrent /mnt/config nullfs rw 0 0 # Mount media dataset Iocage exec qbittorrent mkdir /mnt/config Iocage create -name qbittorrent -release 12.2-RELEASE dhcp = 1 boot = 1 # Mount jail config dataset We’ll use default 755 permissions for all datasets. Navigate to Storage → Pools and add the datasets and permissions. Navigate to Accounts → Users and add the following users. Navigate to Accounts → Groups and add the following groups.
Install sonarr docker torrent#
E.g., Radarr can only read ( ro) from the torrent dataset but write ( rw) to the movies dataset.


I use DHCP reservations to manage my server IPs, so I use the dhcp=1 option to create jails. I’ll only cover options that deviate from the defaults. See also: Legal issues with BitTorrent (Wikipedia)
Install sonarr docker download#
I’ll also briefly cover permissions.įrom Wikipedia on BitTorrent Legislation:Īlthough the protocol itself is legal, problems stem from using the protocol to traffic copyright infringing works, since BitTorrent is often used to download otherwise paid content, such as movies and video games. The FN11.3 iocage jails - Plex, Tautulli, Sonarr, Radarr, Lidarr, Jackett, Transmission, Organizr guide inspired me to write this guide. This post documents the steps required to install qBittorrent, Jackett, Lidarr, Radarr, Sonarr, and Plex in TrueNAS jails version 12.0-U6.
