aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kimaicloud/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 22:01:51 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-12 22:06:03 +0530
commit9db43e100a672b6d6932ac68c0fbe503c129138b (patch)
tree4f6a31d25a7345c5d92dbd8b80d30ce7d129944f /recipes/kimaicloud/package.json
parentNew recipe: 'stackoverflow' (#707) (diff)
downloadferdium-recipes-9db43e100a672b6d6932ac68c0fbe503c129138b.tar.gz
ferdium-recipes-9db43e100a672b6d6932ac68c0fbe503c129138b.tar.zst
ferdium-recipes-9db43e100a672b6d6932ac68c0fbe503c129138b.zip
Added a check to verify that the folder name of the recipe matches the recipe id (#708)
Use the recipe-id as master to rename internal folder names
Diffstat (limited to 'recipes/kimaicloud/package.json')
-rw-r--r--recipes/kimaicloud/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/kimaicloud/package.json b/recipes/kimaicloud/package.json
new file mode 100644
index 0000000..f4c1dcf
--- /dev/null
+++ b/recipes/kimaicloud/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "kimaicloud",
3 "name": "Kimai Cloud",
4 "version": "1.1.0",
5 "license": "MIT",
6 "repository": "https://github.com/kimai-cloud/recipe-kimaicloud",
7 "config": {
8 "serviceURL": "https://{teamId}.kimai.cloud",
9 "hasTeamId": true,
10 "urlInputSuffix": ".kimai.cloud"
11 }
12}