jellyfin and pegasus in same group

This commit is contained in:
Brad Stein 2025-09-18 10:12:08 -05:00
parent 938f6b336c
commit a3a5b1a9bd

View File

@ -36,15 +36,6 @@ spec:
ports:
- name: http
containerPort: 8096
command: ["/bin/sh","-lc"]
args:
- >
set -e;
umask 0002;
BIN="$(command -v jellyfin || true)";
if [ -z "$BIN" ] && [ -x /usr/lib/jellyfin/bin/jellyfin ]; then BIN=/usr/lib/jellyfin/bin/jellyfin; fi;
if [ -z "$BIN" ]; then echo "jellyfin binary not found" >&2; ls -la /usr/lib/jellyfin/bin || true; exit 127; fi;
exec "$BIN" --datadir /config --cachedir /cache --ffmpeg /usr/lib/jellyfin-ffmpeg/ffmpeg
env:
- name: NVIDIA_DRIVER_CAPABILITIES
value: "compute,video,utility"