Readd frontend and JSON folders

This commit is contained in:
Sam
2025-01-09 17:13:53 +10:00
parent 8557dc16eb
commit 1b6faa5ce3
321 changed files with 24438 additions and 0 deletions

39
json/plex.json Normal file
View File

@@ -0,0 +1,39 @@
{
"name": "Plex Media Server",
"slug": "plex",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 32400,
"documentation": null,
"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": null,
"password": null
},
"notes": [
{
"text": "With Privileged/Unprivileged Hardware Acceleration Support",
"type": "info"
}
]
}