ProxmoxVE/json/plex.json

38 lines
1.0 KiB
JSON

{
"name": "Plex Media Server",
"slug": "plex",
"categories": [
"Media - Photo"
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": 1,
"privileged": 0,
"interface_port": "32400",
"documentation": "",
"website": "https://www.plex.tv/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/plex-white.svg",
"description": "Plex personal media server magically scans and organizes your files, sorting your media intuitively and beautifully.",
"install_methods": [
{
"type": "default",
"script": "ct/plex.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "8",
"os": "ubuntu",
"version": "22.04"
}
}
],
"default_credentials": {
"username": "",
"password": ""
},
"alerts": [
{
"alert": "With Privileged/Unprivileged Hardware Acceleration Support"
}
]
}