From 8e5b9167a0cf7a9722fa433c95c4c0deabdb40bd Mon Sep 17 00:00:00 2001 From: Florian <51517706+Florianb63@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:21:49 +0200 Subject: [PATCH] add itsmng script --- frontend/public/json/itsmng.json | 35 ++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 frontend/public/json/itsmng.json diff --git a/frontend/public/json/itsmng.json b/frontend/public/json/itsmng.json new file mode 100644 index 00000000..fe7339b0 --- /dev/null +++ b/frontend/public/json/itsmng.json @@ -0,0 +1,35 @@ +{ + "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://itsm-ng.com/web/image/website/1/logo/ITSM-NG", + "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": [] +}