From 964b8463872fc9c059a754ba295c579dec538ca5 Mon Sep 17 00:00:00 2001 From: Anne Douwe Bouma Date: Mon, 4 Jul 2022 03:43:43 +0200 Subject: Add Zammad recipe (#92) Zammad is a ticketing system that is self-hosted. Co-authored-by: Anne Douwe Bouma Co-authored-by: Vijay A --- recipes/zammad/package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/zammad/package.json (limited to 'recipes/zammad/package.json') diff --git a/recipes/zammad/package.json b/recipes/zammad/package.json new file mode 100644 index 0000000..a77b804 --- /dev/null +++ b/recipes/zammad/package.json @@ -0,0 +1,12 @@ +{ + "id": "zammad", + "name": "Zammad", + "version": "1.0.0", + "license": "MIT", + "config": { + "hasNotificationSound": true, + "hasDirectMessages": false, + "hasIndirectMessages": true, + "hasCustomUrl": true + } +} -- cgit v1.2.3-70-g09d2