File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ description: Install Unpackerr on an Arch Linux server.
99import ArchiveAccess from './includes/archiveaccess.md';
1010import Permissions from './includes/linuxpermissions.md';
1111
12- # Arch Linux Install
13-
1412:::info Root Access
1513This installation method requires root. If you don't have root on your shell,
1614then check out the <a href =" /docs/install/seedbox " >non-root directions</a >.
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ description: Install Unpackerr with Docker Compose!
99import ConfigFile from './includes/dockerconfigfile.md';
1010import DataMount from './includes/dockerdatamount.md';
1111
12- # Compose Install
13-
1412- Copy the [ example docker-compose.yml] ( https://github.com/Unpackerr/unpackerr/blob/main/examples/docker-compose.yml )
1513 from the repo or [ generate one] ( https://notifiarr.com/unpackerr ) .
1614- Update the docker-compose.yml file with your environment variable values for your installation.
Original file line number Diff line number Diff line change @@ -98,13 +98,15 @@ You may store any string parameter (except time intervals) into a separate file
9898by setting the value to ` filepath:/path/to/file.txt ` . In other words, if you want
9999your Radarr API key to be read from a separate file, instead of storing it directly
100100in the config file or environment variables you can do this:
101+
101102``` json
102103[[radarr ]]
103104 url = "https://some.url/radarr"
104105 api_key = "filepath:/etc/secrets/radarr.txt"
105106```
106107
107108Or if using environment variables:
109+
108110``` shell
109111UN_RADARR_0_API_KEY=filepath:/etc/secrets/radarr.txt
110112```
You can’t perform that action at this time.
0 commit comments