diff --git a/json/zammad.json b/json/zammad.json index 7b7a07ab..1e6f5a96 100644 --- a/json/zammad.json +++ b/json/zammad.json @@ -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" } } ],