From 580aa1600ff27bae462e9f41f46d3dd72feb884c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 24 Feb 2021 17:50:15 +0100 Subject: [PATCH] Add some explanation on how to creat groups --- README.md | 4 ++++ README_fr.md | 4 ++++ conf/groupname.json | 15 ++------------- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 49eec21..5d76e4d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ Galène is a videoconferencing server that is easy to deploy (just copy a few fi ## Configuration +### How to creat groups + +Groups are defined by files in the `/opt/yunohost/galene/groups` directory. Various options are available (see https://github.com/YunoHost-Apps/galene_ynh/wiki/Configuration-file) + ### TURN server For VoIP and video conferencing a TURN server is also installed and configured. The TURN server listens on two UDP and TCP ports. You can get them with these commands: diff --git a/README_fr.md b/README_fr.md index f15b690..4f47e7d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,6 +23,10 @@ Galène est un serveur de visioconférence facile à déployer (il suffit de cop ## Configuration +### Comment créer des groupes + +Les groupes sont définis par des fichiers dans le répertoire `/opt/yunohost/galene/groups`. Différentes options sont disponibles (voir https://github.com/YunoHost-Apps/galene_ynh/wiki/Configuration-file) + ### Serveur TURN Pour la VoIP et la visioconférence, un serveur TURN est également installé et configuré. Le serveur TURN écoute sur deux ports UDP et TCP. Vous pouvez les obtenir avec ces commandes : diff --git a/conf/groupname.json b/conf/groupname.json index 506ae38..d9a2a69 100644 --- a/conf/groupname.json +++ b/conf/groupname.json @@ -1,18 +1,7 @@ { "op": [{"username": "__ADMIN__", "password": "__PASSWORD__"}], "presenter": [{}], - "other": [{}], - "contact": "__EMAIL__", - "comment": "Public Conference", "description": "a human-readable description of the group; this is displayed on the landing page for public groups.", - "autolock": true, - "autokick": false, "public": true, - "max-clients": 20, - "max-history-age": 14400, - "allow-recording": true, - "allow-anonymous": true, - "allow-subgroups": true, - "redirect": "", - "codecs": ["vp8", "opus"] -} + "allow-anonymous": true +} \ No newline at end of file