2025-01-10 10:33:33 +01:00
|
|
|
{
|
2025-12-22 23:26:41 +01:00
|
|
|
"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": "Description 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": []
|
|
|
|
|
}
|