# stacks/media/jellyfin/jellyfin.env
# Baseline env for the jellyfin container. Real overrides that need
# the host path live in compose.override.yml.
PUID=1000
PGID=1000
TZ=Europe/Zurich
UMASK=002
JELLYFIN_PublishedServerUrl=https://jellyfin.home.arpa
JELLYFIN_CACHE_DIR=/cache
JELLYFIN_CONFIG_DIR=/config
JELLYFIN_LOG_DIR=/config/log
JELLYFIN_DATA_DIR=/config/data
# Force ffmpeg with hw accel; see network.xml for server settings.
JELLYFIN_FFmpeg__probesize=50M
JELLYFIN_FFmpeg__analyzeduration=200M