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", "name": "GLPI",
"slug": "semaphore", "slug": "glpi",
"categories": [ "categories": [
7 0
], ],
"date_created": "2025-01-01", "date_created": "2025-01-02",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 3000, "interface_port": 80,
"documentation": "https://docs.semaphoreui.com/", "documentation": "https://glpi-project.org/documentation/",
"website": "https://semaphoreui.com/", "website": "https://glpi-project.org/",
"logo": "https://docs.semaphoreui.com/favicon.png?x=", "logo": "https://raw.githubusercontent.com/glpi-project/glpi/refs/heads/main/public/pics/login_logo_glpi.png",
"description": "Semaphore UI is a modern web interface for managing popular DevOps tools", "description": "GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/semaphore.sh", "script": "ct/glpi.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 4, "hdd": 10,
"os": "Debian", "os": "Debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "admin", "username": "glpi",
"password": null "password": "glpi"
}, },
"notes": [ "notes": []
{
"text": "This instance uses BoltDB",
"type": "info"
},
{
"text": "Admin password: `cat ~/semaphore.creds`",
"type": "info"
}
]
} }