CasaOS-Store/Apps/Jellyfin/appfile.json

190 lines
6.6 KiB
JSON
Raw Normal View History

2021-12-22 09:12:07 +00:00
{
"version": "2.0",
"title": "Jellyfin",
"name": "jellyfin",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/icon.png",
"tagline": "Puts you in control of your media.",
"overview": "Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnaill.jpg",
"screenshots": [
2021-12-22 09:48:44 +00:00
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-1.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-2.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-3.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-4.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-5.jpg"
2021-12-22 09:12:07 +00:00
],
"category": [
"Media"
],
"author":{
"name": "CasaOS Team",
"role": "Adaptor",
"website": "https://www.casaos.io",
"donate_text": "",
"donate_link": ""
},
"support": "https://discord.gg/knqAbbBbeX",
"website": "https://www.casaos.io",
"container": {
"image": "linuxserver/jellyfin:latest",
2021-12-22 11:29:59 +00:00
"shell": "bash",
2021-12-22 09:12:07 +00:00
"privileged": false,
"network_model": "bridge",
"webui": {
"http": "8096",
"https": "8920",
"path": "/"
},
"envs": [
{
"key": "TZ",
"value": "$TZ",
"configurable": "no",
"description": "TimeZone"
},
{
"key": "PUID",
"value": "$PUID",
"configurable": "no",
"description": "Run Jellyfin as specified uid."
},
{
"key": "PGID",
"value": "$PGID",
"configurable": "no",
"description": "Run Jellyfin as specified gid."
},
{
"key": "JELLYFIN_PublishedServerUrl",
2021-12-23 03:22:35 +00:00
"value": "$APP_IPV4",
2021-12-22 09:12:07 +00:00
"configurable": "advanced",
"description": "The autodiscovery response domain or IP address."
}
],
"ports": [
{
"container": "8096",
2021-12-23 05:50:51 +00:00
"host": "8096",
2021-12-22 09:12:07 +00:00
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
"description": "WebUI HTTP Port"
},
{
"container": "8920",
2021-12-23 05:50:51 +00:00
"host": "8920",
2021-12-22 09:12:07 +00:00
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
"description": "WebUI HTTPS Port"
},
{
"container": "7359",
2021-12-23 05:50:51 +00:00
"host": "7359",
2021-12-22 09:12:07 +00:00
"type": "tcp",
"allocation": "optional",
"configurable": "no",
"description": "Jellyfin auto-discovery Port"
},
{
"container": "1900",
2021-12-23 05:50:51 +00:00
"host": "1900",
2021-12-22 09:12:07 +00:00
"type": "tcp",
"allocation": "optional",
"configurable": "no",
"description": "Jellyfin DLNA Port"
}
],
"volumes": [
{
"container": "/config",
2021-12-23 07:17:32 +00:00
"host": "$AppData/$AppName/config",
2021-12-22 09:12:07 +00:00
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": "Jellyfin config directory."
},
{
"container": "/Media",
"host": "$Media",
"mode": "rw",
"allocation": "automatic",
"configurable": "advanced",
"description": "Jellyfin Media directory."
},
{
"container": "/opt/vc/lib",
"host": "/opt/vc/lib",
"mode": "rw",
"allocation": "optional",
"configurable": "advanced",
"description": "OpenMax libs"
}
],
"devices": [
{
"container": "/dev/dri",
2021-12-23 05:50:51 +00:00
"host": "/dev/dri",
2021-12-22 09:12:07 +00:00
"allocation": "optional",
"configurable": "advanced",
"description": "Hardware acceleration of AMD or Intel graphics device"
},
{
"container": "/dev/vcsm",
2021-12-23 05:50:51 +00:00
"host": "/dev/vcsm",
2021-12-22 09:12:07 +00:00
"allocation": "optional",
"configurable": "advanced",
"description": "Hardware acceleration of Raspberry Pi MMAL/OpenMAX "
},
{
"container": "/dev/vchiq",
2021-12-23 05:50:51 +00:00
"host": "/dev/vchiq",
2021-12-22 09:12:07 +00:00
"allocation": "optional",
"configurable": "advanced",
"description": "Hardware acceleration of Raspberry Pi MMAL/OpenMAX"
},
{
"container": "/dev/video10",
2021-12-23 05:50:51 +00:00
"host": "/dev/video10",
2021-12-22 09:12:07 +00:00
"allocation": "optional",
"configurable": "advanced",
"description": "Hardware acceleration of Raspberry Pi V4L2"
},
{
"container": "/dev/video11",
2021-12-23 05:50:51 +00:00
"host": "/dev/video11",
2021-12-22 09:12:07 +00:00
"allocation": "optional",
"configurable": "advanced",
"description": "Hardware acceleration of Raspberry Pi V4L2"
},
{
"container": "/dev/video12",
2021-12-23 05:50:51 +00:00
"host": "/dev/video12",
2021-12-22 09:12:07 +00:00
"allocation": "optional",
"configurable": "advanced",
"description": "Hardware acceleration of Raspberry Pi V4L2"
}
],
"constraints": {
"min_memery": "256",
"min_storage": "1024"
},
"restart_policy": "always",
"sysctls": [],
"cap_add": {},
"labels": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {},
"changelog":{
"latest_updates": "",
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/changelog.txt"
},
2021-12-23 07:17:32 +00:00
"latest_update_date": "1640243786"
2021-12-22 09:12:07 +00:00
}