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
fc6976bae2
commit
901e91fe4d
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ Galène comes with build in TURN server that should work out-of-the-box.
|
|||
}
|
||||
]
|
||||
```
|
||||
- set `/etc/systemd/system/galene.service` turn option to `-turn auto`
|
||||
- set `/etc/systemd/system/galene.service` turn option to `-turn auto`. (or `-turn ""` to disable the built in TURN server)
|
||||
|
||||
To check if the TURN server is up and running, type `/relay-test` in the chat box; if the TURN server is properly configured, you should see a message saying that the relay test has been successful.
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ 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` (ou `-turn ""` pour désactiver le serveur TURN intégré)
|
||||
|
||||
Pour vérifier si le serveur TURN est opérationnel, tapez `/relay-test` dans la boîte de dialogue ; si le serveur TURN est correctement configuré, vous devriez voir un message indiquant que le test du relais a réussi.
|
||||
|
||||
|
|
Loading…
Reference in a new issue