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-05-26 21:00:07 +02:00
parent 71bcb48083
commit da72d4a0b0
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ Galène comes with build in TURN server that should work out-of-the-box.
#### Using you own TURN server #### Using you own TURN server
- Install [coturn_ynh](https://github.com/YunoHost-Apps/coturn_ynh). - Install [coturn_ynh](https://github.com/YunoHost-Apps/coturn_ynh).
- Add `data/ice-servers.json` with this lines and change `turn.example.org` and `secret` - Add `/opt/yunohost/galene/data/ice-servers.json` with this lines and change `turn.example.org` and `secret`
``` ```
[ [

View file

@ -8,13 +8,13 @@ Les groupes sont définis par des fichiers dans le répertoire `/opt/yunohost/ga
#### Utilisation du serveur Galène Turn #### Utilisation du serveur Galène Turn
Galène est livré avec un serveur TURN intégré qui devrait fonctionner immédiatement. Galène est livré avec un serveur TURN intégré qui devrait fonctionner immédiatement.
- Si votre serveur est derrière NAT, autorisez le trafic entrant vers le port TCP `8443` (ou tout ce qui est configuré avec l'option` -http` dans `/etc/systemd/system/galene.service`) et le port` 1194` (ou tout ce qui est configuré avec l'option `-turn` dans` /etc/systemd/system/galene.service`) - Si votre serveur est derrière NAT, autorisez le trafic entrant vers le port TCP `8443` (ou tout ce qui est configuré avec l'option `-http` dans `/etc/systemd/system/galene.service`) et le port `1194` (ou tout ce qui est configuré avec l'option `-turn` dans `/etc/systemd/system/galene.service`)
#### Utilisation de votre propre serveur TURN #### Utilisation de votre propre serveur TURN
- Installez [coturn_ynh] (https://github.com/YunoHost-Apps/coturn_ynh). - Installez [coturn_ynh] (https://github.com/YunoHost-Apps/coturn_ynh).
- Ajoutez `data/ice-servers.json` avec ces lignes et changez `turn.example.org` et `secret` - Ajoutez `/opt/yunohost/galene/data/ice-servers.json` avec ces lignes et changez `turn.example.org` et `secret`
`` ```
[ [
{ {
"urls": [ "urls": [
@ -26,4 +26,4 @@ Galène est livré avec un serveur TURN intégré qui devrait fonctionner imméd
} }
] ]
``` ```
- définir l'option de virage `/etc/systemd/system/galene.service` sur` -turn auto` - définir l'option de virage `/etc/systemd/system/galene.service` sur `-turn auto`