From be7f3ed82b7e57e231d8cb46f4e3c5d3a5452ae1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:50:29 +0200 Subject: [PATCH] fixes --- ct/{itsmng.sh => itsm-ng.sh} | 0 frontend/public/json/itsm-ng.json | 35 +++++++++++++++++++ frontend/public/json/itsmng.json | 35 ------------------- .../{itsmng-install.sh => itsm-ng-install.sh} | 0 4 files changed, 35 insertions(+), 35 deletions(-) rename ct/{itsmng.sh => itsm-ng.sh} (100%) create mode 100644 frontend/public/json/itsm-ng.json delete mode 100644 frontend/public/json/itsmng.json rename install/{itsmng-install.sh => itsm-ng-install.sh} (100%) diff --git a/ct/itsmng.sh b/ct/itsm-ng.sh similarity index 100% rename from ct/itsmng.sh rename to ct/itsm-ng.sh diff --git a/frontend/public/json/itsm-ng.json b/frontend/public/json/itsm-ng.json new file mode 100644 index 00000000..d24aa8d1 --- /dev/null +++ b/frontend/public/json/itsm-ng.json @@ -0,0 +1,35 @@ +{ + "name": "ITSM-NG", + "slug": "itsm-ng", + "categories": [ + 25 + ], + "date_created": "2025-06-20", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 80, + "documentation": "https://wiki.itsm-ng.org/en/home", + "website": "https://itsm-ng.com", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/itsm-ng.svg", + "config_path": "/etc/itsm-ng", + "description": "ITSM-NG is a powerful, open-source IT Service Management (ITSM) solution designed for managing IT assets, software, licenses, and support processes in accordance with ITIL best practices. It offers integrated features for asset inventory, incident tracking, problem management, change requests, and service desk workflows.", + "install_methods": [ + { + "type": "default", + "script": "ct/itsmng.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 10, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": "itsm", + "password": "itsm" + }, + "notes": [] +} diff --git a/frontend/public/json/itsmng.json b/frontend/public/json/itsmng.json deleted file mode 100644 index a3bef7af..00000000 --- a/frontend/public/json/itsmng.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "ITSMNG", - "slug": "itsmng", - "categories": [ - 25 - ], - "date_created": "2025-06-20", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 80, - "documentation": "https://wiki.itsm-ng.org/en/home", - "website": "https://itsm-ng.com", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/itsm-ng.svg", - "config_path": "/etc/itsm-ng", - "description": "ITSM-NG 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/itsmng.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 10, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": "itsm", - "password": "itsm" - }, - "notes": [] -} diff --git a/install/itsmng-install.sh b/install/itsm-ng-install.sh similarity index 100% rename from install/itsmng-install.sh rename to install/itsm-ng-install.sh