Prowlarr - Settings¶
Configuration options for prowlarr settings.
Available Options
This page documents 6 configuration options.
nixflix.prowlarr.settings¶
Attribute set of arbitrary config options. Please consult the documentation at the wiki.
These values are translated into environment variables (e.g. settings.auth.method becomes PROWLARR__AUTH__METHOD), which Prowlarr reads on startup and are applied in addition to and with higher precedence than anything configured through config.hostConfig via the API. auth.required/auth.method and server.port/server.urlBase default to mirroring the corresponding config.hostConfig values, so setting those is normally enough; only set these directly to override that derived default.
Warning
This configuration is stored in the world-readable Nix store! Don't put secrets here!
| Type | open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string)) |
| Default | |
| Example | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.settings.app.instanceName¶
Name of the instance
| Type | string |
| Default | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.settings.log.analyticsEnabled¶
Send Anonymous Usage Data
| Type | boolean |
| Default | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.settings.server.port¶
Port Number
| Type | 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Declared in | modules/prowlarr |
nixflix.prowlarr.settings.update.automatically¶
Automatically download and install updates.
| Type | boolean |
| Default | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.settings.update.mechanism¶
which update mechanism to use
| Type | null or one of "external", "builtIn", "script" |
| Default | |
| Declared in | modules/prowlarr |