{
    "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.",
    "thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/thumbnail.png",
    "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"
    ],
    "developer": {
        "name": "Plex",
        "website": "https://www.plex.tv/",
        "donate_text": "", 
        "donate_link": ""
    },
    "adaptor": {
        "name": "CasaOS Team",
        "website": "https://www.casaos.io",
        "donate_text": "", 
        "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",
                "host": "/DATA/AppData/$AppID/config",
                "mode": "rw",
                "allocation": "automatic",
                "configurable": "no",
                "description": "Plex config directory."
            },
            {
                "container": "/Media",
                "host": "/DATA/Media",
                "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": [],
        "cap_add": [],
        "labels": []
    },
    "abilities": {
        "notification": false,
        "widgets": false,
        "authentication": false,
        "search": false,
        "upnp": false
    },
    "tips": {},
    "changelog":{
        "latest_updates": "",
        "url": ""
    },
    "latest_update_date": "1640338644"
}