Update glpi.json

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

View File

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