Files
ProxmoxVED/frontend/public/json/petio.json
CanbiZ 2d55bf15ee icons
2025-12-10 09:13:28 +01:00

41 lines
1.2 KiB
JSON

{
"name": "Petio",
"slug": "petio",
"categories": [
13
],
"date_created": "2025-01-15",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 7777,
"documentation": "https://docs.petio.tv/",
"website": "https://petio.tv/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/petio.webp",
"config_path": "/opt/petio",
"description": "Petio is a third party companion app available to Plex server owners to allow their users to request, review and discover content. It integrates with your existing services, such as Sonarr and Radarr, for seamless content management.",
"install_methods": [
{
"type": "default",
"script": "ct/petio.sh",
"resources": {
"cpu": 2,
"ram": 1024,
"hdd": 4,
"os": "ubuntu",
"version": "24.04"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Installation path: /opt/Petio",
"type": "info"
}
]
}