Add jellyseerr

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-16 12:26:27 +01:00
parent e087cdb630
commit 03e53accae
41 changed files with 1968 additions and 824 deletions

View File

@@ -67,7 +67,7 @@ pkgs.dockerTools.buildImage {
copyToRoot = pkgs.buildEnv {
name = "root";
paths = [
paths = with pkgs; [
entrypoint
jellyfin
jellyfin-web
@@ -78,9 +78,9 @@ pkgs.dockerTools.buildImage {
jellyfin-plugin-sso
jellyfin-plugin-subtitleextract
jellyfin-plugin-tvdb
pkgs.jellyfin-ffmpeg
pkgs.curl
pkgs.jq
jellyfin-ffmpeg
curl
jq
];
pathsToLink = [
"/bin"