Jellyseerr - Jellyfin¶
Configuration options for jellyseerr jellyfin.
Available Options
This page documents 10 configuration options.
nixflix.jellyseerr.jellyfin.enableAllLibraries¶
Enable all Jellyfin libraries (fetched from API). Set to false to use libraryFilter.
| Type | boolean |
| Default | |
| Declared in | modules/jellyseerr/options/jellyfin.nix |
nixflix.jellyseerr.jellyfin.externalHostname¶
This option has no description.
| Type | string |
| Default | |
| Declared in | modules/jellyseerr/options/jellyfin.nix |
nixflix.jellyseerr.jellyfin.hostname¶
Jellyfin server hostname
| Type | string |
| Default | |
| Declared in | modules/jellyseerr/options/jellyfin.nix |
nixflix.jellyseerr.jellyfin.libraryFilter¶
Filter which libraries to enable (only used when enableAllLibraries = false)
| Type | submodule |
| Default | |
| Declared in | modules/jellyseerr/options/jellyfin.nix |
nixflix.jellyseerr.jellyfin.libraryFilter.names¶
Only enable libraries matching these names (empty = all names)
| Type | list of string |
| Default | |
| Example | |
| Declared in | modules/jellyseerr/options/jellyfin.nix |
nixflix.jellyseerr.jellyfin.libraryFilter.types¶
Only enable libraries of these types (empty = all types)
| Type | list of (one of "movie", "show") |
| Default | |
| Example | |
| Declared in | modules/jellyseerr/options/jellyfin.nix |
nixflix.jellyseerr.jellyfin.port¶
Jellyfin server port
| Type | 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Default | |
| Declared in | modules/jellyseerr/options/jellyfin.nix |
nixflix.jellyseerr.jellyfin.serverType¶
Server type (2 = Jellyfin)
| Type | signed integer |
| Default | |
| Declared in | modules/jellyseerr/options/jellyfin.nix |
nixflix.jellyseerr.jellyfin.urlBase¶
Jellyfin URL base
| Type | string |
| Default | |
| Declared in | modules/jellyseerr/options/jellyfin.nix |
nixflix.jellyseerr.jellyfin.useSsl¶
Use SSL to connect to Jellyfin
| Type | boolean |
| Default | |
| Declared in | modules/jellyseerr/options/jellyfin.nix |