2025-01-06 11:09:12 -03:00
{
"name" : "GLPI" ,
"slug" : "glpi" ,
"categories" : [
2025-01-21 10:06:26 -03:00
25
2025-01-06 11:09:12 -03:00
] ,
"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/" ,
2025-03-04 22:13:56 +01:00
"logo" : "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/glpi.svg" ,
2025-01-06 11:09:12 -03:00
"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 ,
2025-03-04 13:03:22 +01:00
"os" : "debian" ,
2025-01-06 11:09:12 -03:00
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : "glpi" ,
"password" : "glpi"
} ,
"notes" : [ ]
}