Skip to content

Commit dc387c0

Browse files
committed
lint minor
1 parent 02ef784 commit dc387c0

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/install/archlinux.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ description: Install Unpackerr on an Arch Linux server.
99
import ArchiveAccess from './includes/archiveaccess.md';
1010
import Permissions from './includes/linuxpermissions.md';
1111

12-
# Arch Linux Install
13-
1412
:::info Root Access
1513
This installation method requires root. If you don't have root on your shell,
1614
then check out the <a href="/docs/install/seedbox">non-root directions</a>.

docs/install/compose.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ description: Install Unpackerr with Docker Compose!
99
import ConfigFile from './includes/dockerconfigfile.md';
1010
import 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.

docs/install/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,15 @@ You may store any string parameter (except time intervals) into a separate file
9898
by setting the value to `filepath:/path/to/file.txt`. In other words, if you want
9999
your Radarr API key to be read from a separate file, instead of storing it directly
100100
in 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

107108
Or if using environment variables:
109+
108110
```shell
109111
UN_RADARR_0_API_KEY=filepath:/etc/secrets/radarr.txt
110112
```

0 commit comments

Comments
 (0)