mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Fix
This commit is contained in:
parent
71bcb48083
commit
da72d4a0b0
2 changed files with 5 additions and 5 deletions
|
@ -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`
|
||||||
|
|
||||||
```
|
```
|
||||||
[
|
[
|
||||||
|
|
|
@ -12,9 +12,9 @@ Galène est livré avec un serveur TURN intégré qui devrait fonctionner imméd
|
||||||
|
|
||||||
#### 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": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue