diff --git a/json/glpi.json b/json/glpi.json index 057fe6ce..512d2390 100644 --- a/json/glpi.json +++ b/json/glpi.json @@ -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": [] }