mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +00:00
34 lines
771 B
JSON
34 lines
771 B
JSON
|
{
|
||
|
"name": "AppName",
|
||
|
"slug": "appname",
|
||
|
"categories": [
|
||
|
0
|
||
|
],
|
||
|
"date_created": "DATE CREATED",
|
||
|
"type": "ct",
|
||
|
"updateable": true,
|
||
|
"privileged": false,
|
||
|
"interface_port": DEFAULT-PORT,
|
||
|
"documentation": null,
|
||
|
"website": "LINK TO WEBSITE",
|
||
|
"logo": "LINK TO LOGO",
|
||
|
"description": "Deescription of the app",
|
||
|
"install_methods": [
|
||
|
{
|
||
|
"type": "default",
|
||
|
"script": "ct/AppName.sh",
|
||
|
"resources": {
|
||
|
"cpu": 2,
|
||
|
"ram": 2048,
|
||
|
"hdd": 4,
|
||
|
"os": "debian",
|
||
|
"version": "12"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"default_credentials": {
|
||
|
"username": null,
|
||
|
"password": null
|
||
|
},
|
||
|
"notes": []
|
||
|
}
|