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

@@ -0,0 +1,11 @@
#!/usr/bin/env sh
set -o errexit
set -o nounset
if [ -f /etc/jellyseerr/pre-start.sh ]; then
# shellcheck disable=SC1091
. /etc/jellyseerr/pre-start.sh
fi
exec jellyseerr "$@"