feature: add a CONFIG_ROOT env var to control configuration file placement

This commit is contained in:
Andy Burke
2024-03-14 12:29:22 -07:00
committed by GitHub
parent e16c82491e
commit 01c3b18b94
3 changed files with 16 additions and 14 deletions

View File

@@ -100,6 +100,7 @@ If you want to show Jellyfin information in the homepage, create it in Jellyfin
| `USER_ID` | ID of the user to use in Docker containers | `1000` |
| `GROUP_ID` | ID of the user group to use in Docker containers | `1000` |
| `TIMEZONE` | TimeZone used by the container. | `America/New_York` |
| `CONFIG_ROOT` | Host location for configuration files | `.` |
| `DATA_ROOT` | Host location of the data files | `/mnt/data` |
| `DOWNLOAD_ROOT` | Host download location for qBittorrent, should be a subfolder of `DATA_ROOT` | `/mnt/data/torrents` |
| `PIA_LOCATION` | Servers to use for PIA. [see list here](https://serverlist.piaservers.net/vpninfo/servers/v6) | `ca` (Montreal, Canada) |