mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 10:55:10 +00:00
34 lines
923 B
JSON
34 lines
923 B
JSON
{
|
|
"name": "MeTube",
|
|
"slug": "metube",
|
|
"categories": [
|
|
12
|
|
],
|
|
"date_created": "2024-06-12",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 8081,
|
|
"documentation": null,
|
|
"website": "https://github.com/alexta69/metube",
|
|
"logo": "https://raw.githubusercontent.com/alexta69/metube/master/ui/src/assets/icons/android-chrome-192x192.png",
|
|
"description": "MeTube allows you to download videos from YouTube and dozens of other sites.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/metube.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 1024,
|
|
"hdd": 10,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
} |