aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-22 14:55:26 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-22 14:58:31 +0530
commit842f44ba74d98bc94db9c1dab53add6166be4f7d (patch)
tree452c37d18c37700cd22373670a990cb5bdff58ce /recipes
parentPrevious PR did not commit the regenerated 'all.json'. (diff)
downloadferdium-recipes-842f44ba74d98bc94db9c1dab53add6166be4f7d.tar.gz
ferdium-recipes-842f44ba74d98bc94db9c1dab53add6166be4f7d.tar.zst
ferdium-recipes-842f44ba74d98bc94db9c1dab53add6166be4f7d.zip
Changed jitsi recipe to allow for self-hosted urls. Bumpted recipe version.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/jitsi/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/jitsi/package.json b/recipes/jitsi/package.json
index 4a6908a..fe061ed 100644
--- a/recipes/jitsi/package.json
+++ b/recipes/jitsi/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "jitsi", 2 "id": "jitsi",
3 "name": "Jitsi Meet", 3 "name": "Jitsi Meet",
4 "version": "1.0.3", 4 "version": "1.0.4",
5 "description": "Jitsi Meet", 5 "description": "Jitsi Meet",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Sampath Kumar Krishnan <sampath3493@gmail.com>", 7 "author": "Sampath Kumar Krishnan <sampath3493@gmail.com>",
@@ -9,6 +9,7 @@
9 "repository": "https://github.com/sampathBlam/ferdi-jitsi", 9 "repository": "https://github.com/sampathBlam/ferdi-jitsi",
10 "config": { 10 "config": {
11 "serviceURL": "https://meet.jit.si/", 11 "serviceURL": "https://meet.jit.si/",
12 "hasHostedOption": true,
12 "hasCustomUrl": true, 13 "hasCustomUrl": true,
13 "message": "For the public instance, use https://meet.jit.si/ for the Custom server" 14 "message": "For the public instance, use https://meet.jit.si/ for the Custom server"
14 } 15 }