* Jellyfin: ensure libjemalloc used * Enhance Jellyfin update script with libjemalloc checks Added checks for libjemalloc2 installation and symlink creation before updating Jellyfin. * Change apt-get to apt for installing libjemalloc2 * Increase default disk size from 8GB to 16GB * Increase HDD size for Jellyfin configuration Updated HDD size from 8GB to 16GB in jellyfin.json.
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"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/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/jellyfin.webp",
|
|
"config_path": "/etc/jellyfin/",
|
|
"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": 16,
|
|
"os": "ubuntu",
|
|
"version": "24.04"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "With Privileged/Unprivileged Hardware Acceleration Support",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "FFmpeg path: /usr/lib/jellyfin-ffmpeg/ffmpeg",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "For NVIDIA graphics cards, you'll need to install the same drivers in the container that you did on the host. In the container, run the driver installation script and add the CLI arg --no-kernel-module",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|