Skip to main content

Preparation

id -u

There are some things we need to do in preparation to install Radarr.

Volumes

Media Folders

Radarr will need access to the folders where you store your movie files. 

Ensure your user has permissions to access the folder.

Download Folders

Radarr will need access to the folder where you torrent or usenet folder store their completed downloads.

Ensure your user has permissions to access the folder.

Environment

TZ

This is the current time zone formatted using the tz database.

For example: America/Vancouver

PUID

This is the numeric ID of the user account on Debian.  If you are unsure, open a terminal and run:

id -u
PGID

This is the numeric ID of the user account's group on Debian.  If you are unsure, open a terminal and run:

id -g