From a0f7d8daf416a651a47e8d53b94a6bcc060e431e Mon Sep 17 00:00:00 2001 From: Vijay A Date: Mon, 10 Oct 2022 11:08:41 +0530 Subject: Kimai recipe now has the option for a custom domain --- recipes/kimaicloud/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/kimaicloud/package.json b/recipes/kimaicloud/package.json index c5c9c37..76319f2 100644 --- a/recipes/kimaicloud/package.json +++ b/recipes/kimaicloud/package.json @@ -1,13 +1,14 @@ { "id": "kimaicloud", "name": "Kimai Cloud", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "repository": "https://github.com/kimai-cloud/recipe-kimaicloud", "config": { "serviceURL": "https://{teamId}.kimai.cloud", + "urlInputSuffix": ".kimai.cloud", "hasHostedOption": true, "hasTeamId": true, - "urlInputSuffix": ".kimai.cloud" + "hasCustomUrl": true } } -- cgit v1.2.3-54-g00ecf