Skip to content

-- install ubuntu/radarr server bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/radarr.sh)"

  • Advanced
  • Ubuntu (newest one)
  • Privileged
  • set password
  • disk size 10
  • CPU and Memory default
  • set static ip (10.0.1.XXX/24)
  • set gateway (10.0.1.1)
  • disable ipv6
  • enable root access
  • enable verbose

  • Storage Pool: cephfs the ceph_pool for HDD or ceph_ssd for SSD

-- Mount the Files Shares - make the directories mkdir /media/Movies mkdir /media/Downloads

  • install the samba file share app apt-get install cifs-utils -y

  • add username and password to password file nano /home/.smbcredentials

username=mike password=XXXXX

  • change the permissions so they cannot be edited chmod 600 /home/.smbcredentials

  • mount the directories at boot

  • open the fstab file nano /etc/fstab

  • add lines to the bottom //10.0.1.5/Movies /media/Movies cifs credentials=/home/.smbcredentials,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,nodfs //10.0.1.5/Downloads /media/Downloads cifs credentials=/home/.smbcredentials,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,nodfs

  • test mounting the drives mount -a

  • if no errors come up view the directory dir /media/Movies

  • reboot and make sure folders automount reboot dir /media/Movies

--Set up Radarr Settings - log into the webgui http://10.0.1.X:7878

-Settings

Media Media Management

Root Folders: /media/Movies

Custom Formats

Name: Language: Not English Conditions: Language - Name: Not English Language - Language: English - Negate: Enable

Download Clients

Name: NZBGet Host: 10.0.1.230 Port: 86789

Name: qBittorrent Host: 10.0.1.230 Port: 8080

Remote Path Mappings Host: 10.0.1.7 Remote Path: /downloads Local Path: /media/Downloads/

Connect

Name: Plexbuntu20 Host: 10.0.1.3 Port: 32400