From 08a7af9ef2bb0030fd1876674d53b719e91f13e2 Mon Sep 17 00:00:00 2001 From: Carlos SolĂ­s Date: Tue, 21 Jun 2022 09:39:54 -0600 Subject: Add fixes for Nextcloud-related webapps (#66) --- recipes/nextcloud-tasks/package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'recipes/nextcloud-tasks/package.json') diff --git a/recipes/nextcloud-tasks/package.json b/recipes/nextcloud-tasks/package.json index c1b0558..91942e4 100644 --- a/recipes/nextcloud-tasks/package.json +++ b/recipes/nextcloud-tasks/package.json @@ -1,13 +1,15 @@ { "id": "nextcloud-tasks", "name": "Nextcloud Tasks", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", - "repository": "https://github.com/eandersons/ferdi-recipe-nextcloud-tasks", + "repository": "https://github.com/csolisr/ferdium-recipes/tree/master/recipes/nextcloud-tasks/", "config": { "hasNotificationSound": true, "hasIndirectMessages": true, - "hasCustomUrl": true, - "serviceURL": "https://{nextcloud}/apps/tasks/" + "hasTeamId": true, + "urlInputPrefix": "https://", + "urlInputSuffix": "/apps/tasks/", + "serviceURL": "https://{teamId}/apps/tasks/" } } -- cgit v1.2.3-54-g00ecf