Jellyseerr - Radarr¶
Configuration options for jellyseerr radarr.
Available Options
This page documents 14 configuration options.
nixflix.jellyseerr.radarr¶
Radarr instances to configure. Automatically configured from config.nixflix.radarr when enabled, otherwise {}.
Default instances can be overridden with lib.mkForce {}.
| Type | attribute set of (submodule) |
| Default | |
| Example | |
| Declared in | modules/jellyseerr/options/radarr.nix |
nixflix.jellyseerr.radarr.<name>.activeDirectory¶
Root folder for movies
| Type | string |
| Default | |
| Declared in | modules/jellyseerr/options/radarr.nix |
nixflix.jellyseerr.radarr.<name>.activeProfileName¶
Quality profile name. Defaults to first available quality profile in Jellyseerr.
| Type | null or string |
| Default | |
| Declared in | modules/jellyseerr/options/radarr.nix |
nixflix.jellyseerr.radarr.<name>.apiKey¶
Radarr API key.
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/radarr.nix |
nixflix.jellyseerr.radarr.<name>.baseUrl¶
Radarr URL base
| Type | string |
| Default | |
| Example | |
| Declared in | modules/jellyseerr/options/radarr.nix |
nixflix.jellyseerr.radarr.<name>.externalUrl¶
External URL for Radarr
| Type | string |
| Default | |
| Declared in | modules/jellyseerr/options/radarr.nix |
nixflix.jellyseerr.radarr.<name>.hostname¶
Radarr hostname
| Type | string |
| Default | |
| Declared in | modules/jellyseerr/options/radarr.nix |
nixflix.jellyseerr.radarr.<name>.is4k¶
Is this a 4K Radarr instance
| Type | boolean |
| Default | |
| Declared in | modules/jellyseerr/options/radarr.nix |
nixflix.jellyseerr.radarr.<name>.isDefault¶
Is this the default Radarr instance
| Type | boolean |
| Default | |
| Declared in | modules/jellyseerr/options/radarr.nix |
nixflix.jellyseerr.radarr.<name>.minimumAvailability¶
Minimum availability for movies
| Type | one of "announced", "inCinemas", "released" |
| Default | |
| Declared in | modules/jellyseerr/options/radarr.nix |
nixflix.jellyseerr.radarr.<name>.port¶
Radarr port
| Type | 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Default | |
| Declared in | modules/jellyseerr/options/radarr.nix |
nixflix.jellyseerr.radarr.<name>.preventSearch¶
Prevent Jellyseerr from triggering searches
| Type | boolean |
| Default | |
| Declared in | modules/jellyseerr/options/radarr.nix |
nixflix.jellyseerr.radarr.<name>.syncEnabled¶
Enable automatic sync with Radarr
| Type | boolean |
| Default | |
| Declared in | modules/jellyseerr/options/radarr.nix |
nixflix.jellyseerr.radarr.<name>.useSsl¶
Use SSL to connect to Radarr
| Type | boolean |
| Default | |
| Declared in | modules/jellyseerr/options/radarr.nix |