mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +00:00
4d68c2e1ef
* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories * Renamed categories.json to metadata.json
34 lines
931 B
JSON
34 lines
931 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": []
|
|
} |