2025-01-06 11:09:12 -03:00
{
"name" : "GLPI" ,
"slug" : "glpi" ,
"categories" : [
2025-04-30 15:11:44 +02: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-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/glpi.webp" ,
2025-04-30 15:11:44 +02:00
"config_path" : "/etc/glpi" ,
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-10-18 00:46:19 +02:00
"version" : "13"
2025-01-06 11:09:12 -03:00
}
}
] ,
"default_credentials" : {
"username" : "glpi" ,
"password" : "glpi"
} ,
"notes" : [ ]
}