Update glpi.json

This commit is contained in:
Nícolas Pastorello 2025-01-02 00:57:07 -03:00 committed by GitHub
parent 8cb15d716f
commit bf89286383
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,43 +1,34 @@
{
"name": "Semaphore",
"slug": "semaphore",
"name": "GLPI",
"slug": "glpi",
"categories": [
7
0
],
"date_created": "2025-01-01",
"date_created": "2025-01-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://docs.semaphoreui.com/",
"website": "https://semaphoreui.com/",
"logo": "https://docs.semaphoreui.com/favicon.png?x=",
"description": "Semaphore UI is a modern web interface for managing popular DevOps tools",
"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/semaphore.sh",
"script": "ct/glpi.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"hdd": 10,
"os": "Debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": null
"username": "glpi",
"password": "glpi"
},
"notes": [
{
"text": "This instance uses BoltDB",
"type": "info"
},
{
"text": "Admin password: `cat ~/semaphore.creds`",
"type": "info"
}
]
"notes": []
}