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

@@ -17,11 +17,6 @@ start() {
start "$@"
# shellcheck disable=SC2034
JELLYFIN_HOST="http://localhost:8096"
# shellcheck disable=SC2034
JELLYFIN_ADMIN_USERNAME="${JELLYFIN_ADMIN_USERNAME:-admin}"
if [ -f /etc/jellyfin/setup.sh ]; then
# shellcheck disable=SC1091
. /etc/jellyfin/setup.sh