This commit is contained in:
Michel Roegl-Brunner 2024-12-19 15:43:54 +01:00
commit f6d2f4a782

View File

@ -4,25 +4,25 @@
"categories": [
11
],
"date_created": "2024-11-29",
"date_created": "2024-12-18",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": null,
"documentation": null,
"website": "www.zammad.com",
"documentation": "https://docs.zammad.org/en/latest/",
"website": "https://zammad.com/",
"logo": "https://raw.githubusercontent.com/zammad/zammad/refs/heads/develop/public/assets/images/logo.svg",
"description": "Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and emails. It is distributed under version 3 of the GNU AFFERO General Public License (GNU AGPLv3).",
"install_methods": [
{
"type": "default",
"script": "/ct/zammad.sh",
"script": "ct/zammad.sh",
"resources": {
"cpu": 2,
"ram": 4096,
"hdd": 8,
"os": null,
"version": null
"os": "debian",
"version": "12"
}
}
],