Jellyseerr¶
Jellyseerr is a media discovery and request application.
Available Options
This page documents 11 configuration options.
nixflix.jellyseerr.enable¶
Whether to enable Jellyseerr media request manager.
| Type | boolean |
| Default | |
| Example | |
| Declared in | modules/jellyseerr/options |
nixflix.jellyseerr.apiKey¶
API key for Jellyseerr.
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/jellyseerr/options |
nixflix.jellyseerr.dataDir¶
Directory containing jellyseerr data and configuration
| Type | absolute path |
| Default | |
| Declared in | modules/jellyseerr/options |
nixflix.jellyseerr.externalUrlScheme¶
Scheme to use for external linking to other services from within Jellyseerr.
| Type | string |
| Default | |
| Example | |
| Declared in | modules/jellyseerr/options |
nixflix.jellyseerr.group¶
Group under which the service runs
| Type | string |
| Default | |
| Declared in | modules/jellyseerr/options |
nixflix.jellyseerr.openFirewall¶
Open port in firewall for jellyseerr
| Type | boolean |
| Default | |
| Declared in | modules/jellyseerr/options |
nixflix.jellyseerr.package¶
The jellyseerr package to use.
| Type | package |
| Default | |
| Declared in | modules/jellyseerr/options |
nixflix.jellyseerr.port¶
Port on which jellyseerr listens
| Type | 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Default | |
| Declared in | modules/jellyseerr/options |
nixflix.jellyseerr.subdomain¶
Subdomain prefix for nginx reverse proxy.
| Type | string |
| Default | |
| Declared in | modules/jellyseerr/options |
nixflix.jellyseerr.user¶
User under which the service runs
| Type | string |
| Default | |
| Declared in | modules/jellyseerr/options |
nixflix.jellyseerr.vpn.enable¶
Whether to route Jellyseerr traffic through the VPN. When true (default), Jellyseerr routes through the VPN (requires nixflix.mullvad.enable = true). When false, Jellyseerr bypasses the VPN.
| Type | boolean |
| Default | |
| Declared in | modules/jellyseerr/options |