Environment Variables
Environment variables can be used to customize core Conreq features at boot.
Environment Variables File¶
Editing Conreq's settings.env
file is the recommended way of adding environment variables.
Here are some common locations of this file.
Operating System | Location |
---|---|
Manually Run (Windows/Linux/MacOS) | <CONREQ_DIR>/data/settings.env |
Unraid Community Apps | <APP_DATA_DIR>/conreq/settings.env |
Docker | /config/settings.env |
System Variables¶
Variables can alternatively be set through the system's environment variables.
Operating System | Location |
---|---|
Manually Run (Windows/Linux/MacOS) | Varies depending on operating system. |
Unraid Docker | Through a docker's Edit menu, click Add another Path, Port, Variable, Label, or Device , and then under Config Type select Variable . |
Docker | Add as a -e parameter via command line, or using the environment field in your compose file. |
Note: System environment variables take priority over those stored in settings.env
.
Available Variables¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
|