diff --git a/Apps/Plex/appfile.json b/Apps/Plex/appfile.json new file mode 100644 index 0000000..c214972 --- /dev/null +++ b/Apps/Plex/appfile.json @@ -0,0 +1,113 @@ +{ + "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/thumbnaill.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" + ], + "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/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": "$AppData/$AppName/config", + "mode": "rw", + "allocation": "automatic", + "configurable": "no", + "description": "Plex config directory." + }, + { + "container": "/Media", + "host": "$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" +} \ No newline at end of file diff --git a/Apps/Plex/icon.png b/Apps/Plex/icon.png new file mode 100644 index 0000000..08eb2c6 Binary files /dev/null and b/Apps/Plex/icon.png differ diff --git a/Apps/Plex/screenshot-1.png b/Apps/Plex/screenshot-1.png new file mode 100755 index 0000000..1718c39 Binary files /dev/null and b/Apps/Plex/screenshot-1.png differ diff --git a/Apps/Plex/screenshot-2.png b/Apps/Plex/screenshot-2.png new file mode 100755 index 0000000..e7fbbb5 Binary files /dev/null and b/Apps/Plex/screenshot-2.png differ diff --git a/Apps/Plex/screenshot-3.png b/Apps/Plex/screenshot-3.png new file mode 100755 index 0000000..fe97c1a Binary files /dev/null and b/Apps/Plex/screenshot-3.png differ diff --git a/Apps/Plex/thumbnaill.png b/Apps/Plex/thumbnaill.png new file mode 100755 index 0000000..1718c39 Binary files /dev/null and b/Apps/Plex/thumbnaill.png differ