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": [ "categories": [
11 11
], ],
"date_created": "2024-11-29", "date_created": "2024-12-18",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": null, "interface_port": null,
"documentation": null, "documentation": "https://docs.zammad.org/en/latest/",
"website": "www.zammad.com", "website": "https://zammad.com/",
"logo": "https://raw.githubusercontent.com/zammad/zammad/refs/heads/develop/public/assets/images/logo.svg", "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).", "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": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "/ct/zammad.sh", "script": "ct/zammad.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 4096, "ram": 4096,
"hdd": 8, "hdd": 8,
"os": null, "os": "debian",
"version": null "version": "12"
} }
} }
], ],