From 44d58522af44683d80cc3a674f8110afd022143c Mon Sep 17 00:00:00 2001 From: Adrien Poupa Date: Wed, 20 Apr 2022 15:33:22 -0400 Subject: [PATCH] fix: Update configuration --- CONFIGURATION.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index bce10dd..16066e9 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -9,9 +9,12 @@ then fill the `.env` file with your variables: - `USER_ID`: ID of the user to use in Docker containers, defaults to `1000` - `GROUP_ID`: ID of the user group to use in Docker containers, defaults to `1000` - `TIMEZONE`: for the containers, defaults to `America/New_York` +- `DATA_ROOT`: host location of the data files, defaults to `/mnt/data` +- `DOWNLOAD_ROOT`: host download location for qBittorrent, should be a subfolder of `DATA_ROOT`, defaults to `/mnt/data/torrents` - `PIA_LOCATION`: servers to use for PIA, defaults to `ca`, ie Montreal, Canada with port forwarding support - `PIA_USER`: PIA username - `PIA_PASS`: PIA password +- `PIA_LOCAL_NETWORK`: PIA local network ## PIA Wireguard VPN