# Jellyfin Configuration # User and Group IDs (run 'id' command to find yours) PUID=1000 PGID=1000 # Timezone TZ=America/Los_Angeles # Published server URL (for DLNA and discovery) JELLYFIN_PublishedServerUrl=https://flix.fig.systems # NVIDIA GPU Transcoding (for GTX 1070) # Uncomment the lines below in compose.yaml to enable GPU transcoding: # 1. Uncomment 'runtime: nvidia' line # 2. Uncomment the 'deploy.resources.reservations.devices' section # # Prerequisites: # - Install NVIDIA Container Toolkit on host: # sudo apt install nvidia-container-toolkit # sudo nvidia-ctk runtime configure --runtime=docker # sudo systemctl restart docker # # - Verify GPU is available: docker run --rm --gpus all nvidia/cuda:11.8.0-base-ubuntu22.04 nvidia-smi # # In Jellyfin UI after enabling: # Dashboard → Playback → Transcoding → Hardware acceleration: NVIDIA NVENC