1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
ericgaspar 2021-06-02 09:04:43 +02:00
parent 0f45327284
commit 2a24c5e9b4
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 9 additions and 13 deletions

View file

@ -1,12 +1,10 @@
### Accessing groups ### Accessing groups
*Galène* meeting rooms are called "groups". *Galène* meeting rooms are called "groups". Any group is accessible at `https://domain.tld/group/GroupName`, by typing its name in the home page search field, or by selecting it in the public list (if the group is configured as publicly visible, see below).
Any group is accessible at `https://domain.tld/group/GroupName`, by typing its name in the home page search field, or by selecting it in the public list (if the group is configured as publicly visible, see below).
#### Creating and configuring groups #### Creating and configuring groups
Groups are defined by *json* files located in the *Galène* folder (`/opt/yunohost/galene/groups`). Each group is represented by a `GroupName.json` file. Groups are defined by JSON files located in the *Galène* folder (`/opt/yunohost/galene/groups`). Each group is represented by a `GroupName.json` file.
To create a new group, you need to create a `GroupNameExample.json` file (you can also make subfolder groups, and the groups will be accessible with `https://domain.tld/group/subfolder/GroupName`). Various options are available (see https://github.com/YunoHost-Apps/galene_ynh/wiki/Configuration-file). To create a new group, you need to create a `GroupNameExample.json` file (you can also make subfolder groups, and the groups will be accessible with `https://domain.tld/group/subfolder/GroupName`). Various options are available (see https://github.com/YunoHost-Apps/galene_ynh/wiki/Configuration-file).
*NB: spaces are supported in group file names.* *NB: spaces are supported in group file names.*
@ -25,8 +23,8 @@ Galène comes with a built-in TURN server that should work out-of-the-box.
[ [
{ {
"urls": [ "urls": [
"turn:turn.example.org:443", "turn:turn.example.org:5349",
"turn:turn.example.org:443?transport=tcp" "turn:turn.example.org:5349?transport=tcp"
], ],
"username": "galene", "username": "galene",
"credential": "secret" "credential": "secret"

View file

@ -1,15 +1,13 @@
### Accéder à des groupes ### Accéder à des groupes
Les salles de réunion *Galène* sont appelées «groupes». Les salles de réunion *Galène* sont appelées « groupes ». Tout groupe est accessible sur `https://domain.tld/group/GroupName`, en tapant son nom dans le champ de recherche de la page d'accueil, ou en le sélectionnant dans la liste publique (si le groupe est configuré comme visible publiquement, voir ci-dessous).
Tout groupe est accessible sur `https://domain.tld/group/GroupName`, en tapant son nom dans le champ de recherche de la page d'accueil, ou en le sélectionnant dans la liste publique (si le groupe est configuré comme visible publiquement, voir ci-dessous).
#### Ajouter et configurer des groupes #### Ajouter et configurer des groupes
Les groupes sont définis par des fichiers *json* situés dans le dossier *Galène* (`/opt/yunohost/galene/groups`). Chaque groupe est représenté par un fichier `GroupName.json`. Les groupes sont définis par des fichiers JSON situés dans le dossier *Galène* (`/opt/yunohost/galene/groups`). Chaque groupe est représenté par un fichier `GroupName.json`.
Pour créer un nouveau groupe, vous devez créer un fichier `GroupNameExample.json` (vous pouvez également créer un sous-dossier, et les groupes seront accessibles avec` https://domain.tld/group/subfolder/GroupName`). Différentes options sont disponibles (voir https://github.com/YunoHost-Apps/galene_ynh/wiki/Configuration-file). Pour créer un nouveau groupe, vous devez créer un fichier `GroupNameExample.json` (vous pouvez également créer un sous-dossier, et les groupes seront accessibles avec` https://domain.tld/group/subfolder/GroupName`). Différentes options sont disponibles (voir https://github.com/YunoHost-Apps/galene_ynh/wiki/Configuration-file).
*NB: les espaces sont pris en charge dans les noms de fichiers de groupe.* *NB : les espaces sont pris en charge dans les noms de fichiers de groupe.*
### Configurer votre serveur TURN ### Configurer votre serveur TURN
@ -25,8 +23,8 @@ Galène est livré avec un serveur TURN intégré qui devrait fonctionner imméd
[ [
{ {
"urls": [ "urls": [
"turn:turn.example.org:443", "turn:turn.example.org:5349",
"turn:turn.example.org:443?transport=tcp" "turn:turn.example.org:5349?transport=tcp"
], ],
"username": "galene", "username": "galene",
"credential": "secret" "credential": "secret"