ProxmoxVE/json/glpi.json

35 lines
888 B
JSON
Raw Permalink Normal View History

{
"name": "GLPI",
"slug": "glpi",
"categories": [
0
],
"date_created": "2025-01-06",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 80,
"documentation": "https://glpi-project.org/documentation/",
"website": "https://glpi-project.org/",
"logo": "https://raw.githubusercontent.com/glpi-project/glpi/refs/heads/main/public/pics/login_logo_glpi.png",
"description": "GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.",
"install_methods": [
{
"type": "default",
"script": "ct/glpi.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 10,
"os": "Debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "glpi",
"password": "glpi"
},
"notes": []
}