Docker-based Jellyfin media server with UCI config (port, image, media paths, GPU transcoding), procd init, jellyfinctl CLI, and LuCI frontend with status/config/logs view. Also adds Punk Exposure Engine architectural README documenting the Peek/Poke/Emancipate service exposure model and DNS provider API roadmap. CLAUDE.md updated with architectural directive. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
config jellyfin 'main'
|
|
option enabled '0'
|
|
option image 'jellyfin/jellyfin:latest'
|
|
option data_path '/srv/jellyfin'
|
|
option port '8096'
|
|
option timezone 'Europe/Paris'
|
|
|
|
config jellyfin 'media'
|
|
# list media_path '/mnt/media/movies'
|
|
# list media_path '/mnt/media/music'
|
|
# list media_path '/mnt/media/shows'
|
|
|
|
config jellyfin 'transcoding'
|
|
option hw_accel '0'
|
|
option gpu_device ''
|