Skip to content

Commit f4b9557

Browse files
committed
move chown msg
1 parent 5957248 commit f4b9557

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/install/truenas-scale.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ You will need the following items before getting started:
3838
1. Click Install. <br/>
3939
![TrueNAS Scale Discover Apps page](/img/screenshots/truenas-scale/discover.png)
4040

41+
:::caution Configuration Notes
42+
The goal is make the config file available @ `/config/unpackerr.conf`.
43+
Using this path will allow Unpackerr to find your configuration automatically.
44+
You may also need to correct ownership on the file so unpackerr can read it.
45+
Use `chown` to do that. Something like: `chown apps:apps /mnt/default/unpackerr/unpackerr.conf`
46+
:::
47+
4148
## Configuration
4249

4350
On the install screen, we are most concerned with the following two entries in the `Storage and Persistence` section:
@@ -52,13 +59,6 @@ On the install screen, we are most concerned with the following two entries in t
5259
All other settings should be reviewed and modify to your specific use case.
5360
The defaults tend to work fine if you have the rest of the starr apps installed on TrueNAS Scale as well.
5461

55-
:::caution Configuration Notes
56-
The goal is make the config file available @ `/config/unpackerr.conf`.
57-
Using this path will allow Unpackerr to find your configuration automatically.
58-
You may also need to correct ownership on the file so unpackerr can read it.
59-
Use `chown` to do that. Something like `chown apps:apps /mnt/path/to/unpackerr.conf`
60-
:::
61-
6262
## Advanced
6363

6464
The default container mount path for the `App downloads Storage` mentioned above is `/downloads`.

0 commit comments

Comments
 (0)