mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-05 05:27:39 +00:00
49 lines
1.3 KiB
JSON
Generated
49 lines
1.3 KiB
JSON
Generated
{
|
|
"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": 8,
|
|
"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"
|
|
}
|
|
]
|
|
}
|