36 lines
1003 B
JSON
36 lines
1003 B
JSON
{
|
|
"name": "Guardian",
|
|
"slug": "guardian",
|
|
"categories": [
|
|
13
|
|
],
|
|
"date_created": "2025-09-22",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 3000,
|
|
"documentation": "https://github.com/HydroshieldMKII/Guardian/blob/main/README.md",
|
|
"config_path": "/opt/guardian/.env",
|
|
"website": "https://github.com/HydroshieldMKII/Guardian",
|
|
"logo": null,
|
|
"description": "Guardian is a lightweight companion app for Plex that lets you monitor, approve or block devices in real time. It helps you enforce per-user or global policies, stop unwanted sessions automatically and grant temporary access - all through a simple web interface.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/guardian.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 6,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|