From 9db43e100a672b6d6932ac68c0fbe503c129138b Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 12 Sep 2021 22:01:51 +0530 Subject: 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 --- recipes/kimaicloud/package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/kimaicloud/package.json (limited to 'recipes/kimaicloud/package.json') 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 @@ +{ + "id": "kimaicloud", + "name": "Kimai Cloud", + "version": "1.1.0", + "license": "MIT", + "repository": "https://github.com/kimai-cloud/recipe-kimaicloud", + "config": { + "serviceURL": "https://{teamId}.kimai.cloud", + "hasTeamId": true, + "urlInputSuffix": ".kimai.cloud" + } +} -- cgit v1.2.3-54-g00ecf