Prowlarr¶
Prowlarr is an indexer manager/proxy for Arr applications.
Available Options
This page documents 7 configuration options.
nixflix.prowlarr.enable¶
Whether to enable Prowlarr.
| Type | boolean |
| Default | |
| Example | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.group¶
Group under which the service runs
| Type | string |
| Default | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.openFirewall¶
Open ports in the firewall for the Radarr web interface.
| Type | boolean |
| Default | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.package¶
The prowlarr package to use.
| Type | package |
| Default | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.subdomain¶
Subdomain prefix for nginx reverse proxy. Service accessible at <subdomain>.<domain>.
| Type | string |
| Default | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.user¶
User under which the service runs
| Type | string |
| Default | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.vpn.enable¶
Whether to route Prowlarr traffic through the VPN. When false (default), Prowlarr bypasses the VPN to prevent Cloudflare and image provider blocks. When true, Prowlarr routes through the VPN (requires nixflix.mullvad.enable = true).
| Type | boolean |
| Default | |
| Declared in | modules/prowlarr |