aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kimai-cloud/package.json
diff options
context:
space:
mode:
authorLibravatar Kevin Papst <kevinpapst@users.noreply.github.com>2021-04-29 16:26:26 +0200
committerLibravatar GitHub <noreply@github.com>2021-04-29 14:26:26 +0000
commitefbd0b22d14011ed09ab9df4da90f2195136945a (patch)
tree5c09655ba71b949ce473e12e8235f19ab732ca1b /recipes/kimai-cloud/package.json
parentFixing issue with image preview not working in gChat. (#476) (diff)
downloadferdium-recipes-efbd0b22d14011ed09ab9df4da90f2195136945a.tar.gz
ferdium-recipes-efbd0b22d14011ed09ab9df4da90f2195136945a.tar.zst
ferdium-recipes-efbd0b22d14011ed09ab9df4da90f2195136945a.zip
Added recipe for Kimai time-tracking instances (#478)
Diffstat (limited to 'recipes/kimai-cloud/package.json')
-rw-r--r--recipes/kimai-cloud/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/kimai-cloud/package.json b/recipes/kimai-cloud/package.json
new file mode 100644
index 0000000..6ad8abd
--- /dev/null
+++ b/recipes/kimai-cloud/package.json
@@ -0,0 +1,18 @@
1{
2 "id": "kimaicloud",
3 "name": "Kimai Cloud",
4 "version": "1.0.0",
5 "description": "Kimai Time-Tracker - Cloud version",
6 "main": "index.js",
7 "author": "Kevin Papst <support@kimai.cloud>",
8 "license": "MIT",
9 "repository": "https://github.com/kimai-cloud/recipe-kimaicloud",
10 "config": {
11 "serviceURL": "https://{teamId}.kimai.cloud",
12 "hasNotificationSound": false,
13 "hasDirectMessages": true,
14 "hasIndirectMessages": false,
15 "hasTeamId": true,
16 "urlInputSuffix": ".kimai.cloud"
17 }
18}