From 8cb15d716fd5dc46924a20b99999f47cc79b432a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcolas=20Pastorello?= Date: Thu, 2 Jan 2025 00:55:32 -0300 Subject: [PATCH] Update glpi.json --- json/glpi.json | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/json/glpi.json b/json/glpi.json index 512d2390..057fe6ce 100644 --- a/json/glpi.json +++ b/json/glpi.json @@ -1,34 +1,43 @@ { - "name": "GLPI", - "slug": "glpi", + "name": "Semaphore", + "slug": "semaphore", "categories": [ - 0 + 7 ], - "date_created": "2025-01-02", + "date_created": "2025-01-01", "type": "ct", "updateable": true, "privileged": false, - "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.", + "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", "install_methods": [ { "type": "default", - "script": "ct/glpi.sh", + "script": "ct/semaphore.sh", "resources": { "cpu": 2, "ram": 2048, - "hdd": 10, + "hdd": 4, "os": "Debian", "version": "12" } } ], "default_credentials": { - "username": "glpi", - "password": "glpi" + "username": "admin", + "password": null }, - "notes": [] + "notes": [ + { + "text": "This instance uses BoltDB", + "type": "info" + }, + { + "text": "Admin password: `cat ~/semaphore.creds`", + "type": "info" + } + ] }