2024-11-06 20:14:59 +13:00
{
2025-04-30 15:11:44 +02:00
"name" : "Jellyfin Media Server" ,
"slug" : "jellyfin" ,
"categories" : [
13
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 8096 ,
"documentation" : "https://jellyfin.org/docs/" ,
"website" : "https://jellyfin.org/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/jellyfin.webp" ,
2025-05-13 21:06:37 +02:00
"config_path" : "/etc/jellyfin/" ,
2025-04-30 15:11:44 +02:00
"description" : "Jellyfin is a free and open-source media server and suite of multimedia applications designed to organize, manage, and share digital media files to networked devices." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/jellyfin.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 8 ,
"os" : "ubuntu" ,
"version" : "22.04"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "With Privileged/Unprivileged Hardware Acceleration Support" ,
"type" : "info"
2024-11-06 20:14:59 +13:00
} ,
2025-04-30 15:11:44 +02:00
{
"text" : "FFmpeg path: /usr/lib/jellyfin-ffmpeg/ffmpeg" ,
"type" : "info"
}
]
2025-04-24 11:49:40 +02:00
}