fixes
This commit is contained in:
parent
562c7448c6
commit
be7f3ed82b
35
frontend/public/json/itsm-ng.json
Normal file
35
frontend/public/json/itsm-ng.json
Normal file
@ -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": []
|
||||||
|
}
|
@ -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": []
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user