aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zammad/package.json
diff options
context:
space:
mode:
authorLibravatar Anne Douwe Bouma <annedouwe@bouma.tech>2022-07-04 03:43:43 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-04 01:43:43 +0000
commit964b8463872fc9c059a754ba295c579dec538ca5 (patch)
tree1a3231dce3c6b2276b0fec1283d8435bd4ea370c /recipes/zammad/package.json
parentdocs: add fschaupp as a contributor for code [skip ci] (#100) (diff)
downloadferdium-recipes-964b8463872fc9c059a754ba295c579dec538ca5.tar.gz
ferdium-recipes-964b8463872fc9c059a754ba295c579dec538ca5.tar.zst
ferdium-recipes-964b8463872fc9c059a754ba295c579dec538ca5.zip
Add Zammad recipe (#92)
Zammad is a ticketing system that is self-hosted. Co-authored-by: Anne Douwe Bouma <annedouwe@sibben.nl> Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'recipes/zammad/package.json')
-rw-r--r--recipes/zammad/package.json12
1 files changed, 12 insertions, 0 deletions
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 @@
1{
2 "id": "zammad",
3 "name": "Zammad",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "hasNotificationSound": true,
8 "hasDirectMessages": false,
9 "hasIndirectMessages": true,
10 "hasCustomUrl": true
11 }
12}