2021-12-24 09:45:22 +00:00
{
"version" : "2.0" ,
"title" : "Plex" ,
"name" : "plex" ,
"icon" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/icon.png" ,
"tagline" : "The home for all your entertainment." ,
"overview" : "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster." ,
2021-12-27 10:12:56 +00:00
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/thumbnail.png" ,
2021-12-24 09:45:22 +00:00
"screenshots" : [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-1.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-2.png" ,
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-3.png"
] ,
"category" : [
"Media"
] ,
2021-12-27 12:09:29 +00:00
"developer" : {
"name" : "Plex" ,
"website" : "https://www.plex.tv/" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"adaptor" : {
2021-12-24 09:45:22 +00:00
"name" : "CasaOS Team" ,
"website" : "https://www.casaos.io" ,
2021-12-27 12:09:29 +00:00
"donate_text" : "" ,
2021-12-24 09:45:22 +00:00
"donate_link" : ""
} ,
"support" : "https://discord.gg/knqAbbBbeX" ,
"website" : "https://www.casaos.io" ,
"container" : {
"image" : "linuxserver/plex:latest" ,
"shell" : "bash" ,
"privileged" : false ,
"network_model" : "host" ,
"web_ui" : {
"http" : "32400" ,
"path" : "/web/index.html"
} ,
"health_check" : "" ,
"envs" : [
{
"key" : "PUID" ,
"value" : "$PUID" ,
"configurable" : "no" ,
"description" : "Run Plex as specified uid."
} ,
{
"key" : "PGID" ,
"value" : "$PGID" ,
"configurable" : "no" ,
"description" : "Run Plex as specified gid."
} ,
{
"key" : "VERSION" ,
"value" : "docker" ,
"configurable" : "no" ,
"description" : "Let Docker handle the Plex Version"
}
] ,
"ports" : [ ] ,
"volumes" : [
{
"container" : "/config" ,
2021-12-27 08:08:45 +00:00
"host" : "/DATA/AppData/$AppID/config" ,
2021-12-24 09:45:22 +00:00
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : "Plex config directory."
} ,
{
"container" : "/Media" ,
2021-12-27 08:08:45 +00:00
"host" : "/DATA/Media" ,
2021-12-24 09:45:22 +00:00
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "advanced" ,
"description" : "Plex Media directory."
}
] ,
"devices" : [
{
"container" : "/dev/dri" ,
"host" : "/dev/dri" ,
"allocation" : "optional" ,
"configurable" : "advanced" ,
"description" : "Hardware acceleration of AMD or Intel graphics device"
} ,
{
"container" : "/dev/dvb" ,
"host" : "/dev/dvb" ,
"allocation" : "optional" ,
"configurable" : "advanced" ,
"description" : "dvb devices"
}
] ,
"constraints" : {
"min_memory" : 256 ,
"min_storage" : 1024
} ,
"restart_policy" : "unless-stopped" ,
"sysctls" : [ ] ,
2023-03-07 00:52:47 +00:00
"cap_add" : [ ] ,
2021-12-24 09:45:22 +00:00
"labels" : [ ]
} ,
"abilities" : {
"notification" : false ,
"widgets" : false ,
"authentication" : false ,
"search" : false ,
"upnp" : false
} ,
"tips" : { } ,
"changelog" : {
"latest_updates" : "" ,
"url" : ""
} ,
"latest_update_date" : "1640338644"
}