TrueNAS Scale Install
TrueCharts
The easiest method to install this on TrueNAS Scale using the TrueCharts catalog. If you are not familiar with TrueCharts, see the TrueCharts documentation.
This document is intended to be a basic guide to get Unpackerr up and running with minimal options. You may want to tweak permissions or networking based on your particular setup.
Pre-Setup
You will need the following items before getting started:
- The location where your torrents are being downloaded to (relative to TrueNAS Scale).
For example, if your torrents are in a dataset named
default
and in the subdirectoryqbittorent
, your path might be/mnt/default/qbittorent
- A persistent location to place the config file.
For the purposes of this guide, we created a config file at
/mnt/default/unpackerr/unpackerr.conf
. Read more about the configuration file on the Application Configuration page. - We recommend putting the config file in place before installing the application. Use the documentation from above and save your custom config file to the location you chose above.
The goal is make the config file available @ /config/unpackerr.conf
inside the container.
Using this container path will allow Unpackerr to find your configuration automatically.
You may also need to correct ownership of the file on the host so unpackerr can read it.
Use chown
to do that; something like: chown apps:apps /mnt/default/unpackerr/unpackerr.conf
Installing the App
- After TrueCharts is added as a catalog, go to the Apps section.
- Then click on Discover Apps
- Then search for Unpackerr, it should show in the list.
- Click Install.
Configuration
On the install screen, we are most concerned with the following two entries in the Storage and Persistence
section:
- App Config Storage (
/config
): Change the Type of Storage toHost Path
and use the path to the configuration folder that you created above.
- App downloads Storage (
/downloads
): Change the Type of Storage toHost Path
and use the path to the torrent folder as mentioned above.
All other settings should be reviewed and modify to your specific use case. The defaults tend to work fine if you have the rest of the starr apps installed on TrueNAS Scale as well.
Advanced
The default container mount path for the App downloads Storage
mentioned above is /downloads
.
While this works for a majority of users, it does not work for everyone. Check your download client's
download location(s), and be sure to add the exact same mount to Unpackerr. This ensures unpackerr
can locate your downloaded files.
- In the Unpackerr application (in your TrueNAS Scale UI), scroll down to
Additional App Storage
and clickAdd
. - Once added, match the information from the download application into the Unpackerr application.
- The screenshot below shows an example mounting
/mnt
in the container directly to the download path.
Verify
Once installed, TrueNAS Scale should boot the container immediately.
You can verify the logs by clicking on the Unpackerr container,
and using the View Logs
button in the Workloads
section.