ProxmoxVE/json/glpi.json

35 lines
887 B
JSON
Raw Normal View History

2025-01-02 03:29:44 +00:00
{
2025-01-02 03:57:07 +00:00
"name": "GLPI",
"slug": "glpi",
2025-01-02 03:29:44 +00:00
"categories": [
2025-01-02 03:57:07 +00:00
0
2025-01-02 03:29:44 +00:00
],
2025-01-02 03:57:07 +00:00
"date_created": "2025-01-02",
2025-01-02 03:29:44 +00:00
"type": "ct",
"updateable": true,
"privileged": false,
2025-01-02 03:57:07 +00:00
"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.",
2025-01-02 03:29:44 +00:00
"install_methods": [
{
"type": "default",
2025-01-02 03:57:07 +00:00
"script": "ct/glpi.sh",
2025-01-02 03:29:44 +00:00
"resources": {
"cpu": 2,
"ram": 2048,
2025-01-02 03:57:07 +00:00
"hdd": 10,
2025-01-02 03:29:44 +00:00
"os": "Debian",
"version": "12"
}
}
],
"default_credentials": {
2025-01-02 03:57:07 +00:00
"username": "glpi",
"password": "glpi"
2025-01-02 03:29:44 +00:00
},
2025-01-02 03:57:07 +00:00
"notes": []
2025-01-02 03:29:44 +00:00
}