Skip to content

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.

Typeboolean
Default
true
Declared inmodules/jellyseerr/options/jellyfin.nix

nixflix.jellyseerr.jellyfin.externalHostname

This option has no description.

Typestring
Default
if config.nixflix.nginx.enable != ""
then "$${config.nixflix.jellyseerr.externalUrlScheme}://$${config.nixflix.jellyfin.subdomain}.$${config.nixflix.nginx.domain}"
else "";
Declared inmodules/jellyseerr/options/jellyfin.nix

nixflix.jellyseerr.jellyfin.hostname

Jellyfin server hostname

Typestring
Default
"127.0.0.1"
Declared inmodules/jellyseerr/options/jellyfin.nix

nixflix.jellyseerr.jellyfin.libraryFilter

Filter which libraries to enable (only used when enableAllLibraries = false)

Typesubmodule
Default
{ }
Declared inmodules/jellyseerr/options/jellyfin.nix

nixflix.jellyseerr.jellyfin.libraryFilter.names

Only enable libraries matching these names (empty = all names)

Typelist of string
Default
[ ]
Example
[
  "Movies"
  "TV Shows"
]
Declared inmodules/jellyseerr/options/jellyfin.nix

nixflix.jellyseerr.jellyfin.libraryFilter.types

Only enable libraries of these types (empty = all types)

Typelist of (one of "movie", "show")
Default
[ ]
Example
[
  "movie"
  "show"
]
Declared inmodules/jellyseerr/options/jellyfin.nix

nixflix.jellyseerr.jellyfin.port

Jellyfin server port

Type16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
config.nixflix.jellyfin.network.internalHttpPort
Declared inmodules/jellyseerr/options/jellyfin.nix

nixflix.jellyseerr.jellyfin.serverType

Server type (2 = Jellyfin)

Typesigned integer
Default
2
Declared inmodules/jellyseerr/options/jellyfin.nix

nixflix.jellyseerr.jellyfin.urlBase

Jellyfin URL base

Typestring
Default
""
Declared inmodules/jellyseerr/options/jellyfin.nix

nixflix.jellyseerr.jellyfin.useSsl

Use SSL to connect to Jellyfin

Typeboolean
Default
false
Declared inmodules/jellyseerr/options/jellyfin.nix