Seerr - Jellyfin¶
Configuration options for seerr jellyfin.
Available Options
This page documents 12 configuration options.
nixflix.seerr.jellyfin.adminPassword¶
Jellyfin admin password for Seerr authentication.
Auto-derived from nixflix.jellyfin.users when Jellyfin is enabled locally. Must be set explicitly when using a remote Jellyfin instance.
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/jellyfin.nix |
nixflix.seerr.jellyfin.adminUsername¶
Jellyfin admin username for Seerr authentication.
Auto-derived from nixflix.jellyfin.users when Jellyfin is enabled locally. Must be set explicitly when using a remote Jellyfin instance.
| Type | null or string |
| Default | |
| Declared in | modules/seerr/options/jellyfin.nix |
nixflix.seerr.jellyfin.enableAllLibraries¶
Enable all Jellyfin libraries (fetched from API). Set to false to use libraryFilter.
| Type | boolean |
| Default | |
| Declared in | modules/seerr/options/jellyfin.nix |
nixflix.seerr.jellyfin.externalHostname¶
This option has no description.
| Type | string |
| Default | |
| Declared in | modules/seerr/options/jellyfin.nix |
nixflix.seerr.jellyfin.hostname¶
Jellyfin server hostname
| Type | string |
| Default | |
| Declared in | modules/seerr/options/jellyfin.nix |
nixflix.seerr.jellyfin.libraryFilter¶
Filter which libraries to enable (only used when enableAllLibraries = false)
| Type | submodule |
| Default | |
| Declared in | modules/seerr/options/jellyfin.nix |
nixflix.seerr.jellyfin.libraryFilter.names¶
Only enable libraries matching these names (empty = all names)
| Type | list of string |
| Default | |
| Example | |
| Declared in | modules/seerr/options/jellyfin.nix |
nixflix.seerr.jellyfin.libraryFilter.types¶
Only enable libraries of these types (empty = all types)
| Type | list of (one of "movie", "show") |
| Default | |
| Example | |
| Declared in | modules/seerr/options/jellyfin.nix |
nixflix.seerr.jellyfin.port¶
Jellyfin server port
| Type | 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Default | |
| Declared in | modules/seerr/options/jellyfin.nix |
nixflix.seerr.jellyfin.serverType¶
Server type (2 = Jellyfin)
| Type | signed integer |
| Default | |
| Declared in | modules/seerr/options/jellyfin.nix |
nixflix.seerr.jellyfin.urlBase¶
Jellyfin URL base
| Type | string |
| Default | |
| Declared in | modules/seerr/options/jellyfin.nix |
nixflix.seerr.jellyfin.useSsl¶
Use SSL to connect to Jellyfin
| Type | boolean |
| Default | |
| Declared in | modules/seerr/options/jellyfin.nix |