Seerr¶
Seerr is a media discovery and request application.
Available Options
This page documents 11 configuration options.
nixflix.seerr.enable¶
Whether to enable Seerr media request manager.
| Type | boolean |
| Default | |
| Example | |
| Declared in | modules/seerr/options |
nixflix.seerr.apiKey¶
API key for Seerr.
Warning
Can be a plain string (visible in Nix store) or { _secret = /path/to/file; } for file-based secrets.
Plain-text secrets will be visible in the Nix store. Use { _secret = path; } for sensitive data.
| Type | string or (submodule) |
| Default | |
| Example | |
| Declared in | modules/seerr/options |
nixflix.seerr.package¶
The seerr package to use.
| Type | package |
| Default | |
| Declared in | modules/seerr/options |
nixflix.seerr.dataDir¶
Directory containing Seerr data and configuration
| Type | absolute path |
| Default | |
| Declared in | modules/seerr/options |
nixflix.seerr.externalUrlScheme¶
Scheme to use for external linking to other services from within Seerr.
| Type | string |
| Default | |
| Example | |
| Declared in | modules/seerr/options |
nixflix.seerr.group¶
Group under which the service runs
| Type | string |
| Default | |
| Declared in | modules/seerr/options |
nixflix.seerr.openFirewall¶
Open port in firewall for Seerr
| Type | boolean |
| Default | |
| Declared in | modules/seerr/options |
nixflix.seerr.port¶
Port on which Seerr listens
| Type | 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Default | |
| Declared in | modules/seerr/options |
nixflix.seerr.subdomain¶
Subdomain prefix for nginx reverse proxy.
| Type | string |
| Default | |
| Declared in | modules/seerr/options |
nixflix.seerr.user¶
User under which the service runs
| Type | string |
| Default | |
| Declared in | modules/seerr/options |
nixflix.seerr.vpn.enable¶
Whether to route Seerr traffic through the VPN.
When false, Seerr bypasses the VPN. When true, Seerr is confined to the WireGuard network namespace (requires nixflix.vpn.enable = true).
| Type | boolean |
| Default | |
| Declared in | modules/seerr/options |