mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
Apply suggestions from code review
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
30993fd95c
commit
efde3686b1
1 changed files with 5 additions and 5 deletions
10
doc/ADMIN.md
10
doc/ADMIN.md
|
@ -1,20 +1,20 @@
|
|||
### Login to conduit
|
||||
### Login to Conduit
|
||||
|
||||
[Integration into the yunohost user database is not ready, yet.](https://github.com/YunoHost-Apps/conduit_ynh/issues/12) You need to **enable registration** in the apps configuration tab and then use a client to register an account. Afterwards you can disable registration again if you do not want allow anybody to register.
|
||||
[Integration into the YunoHost user database is not ready, yet.](https://github.com/YunoHost-Apps/conduit_ynh/issues/12) You need to **enable registration** in the apps configuration tab and then use a client to register an account. Afterwards you can disable registration again if you do not want allow anybody to register.
|
||||
|
||||
Using the newly created account you should be able to login.
|
||||
|
||||
### Coturn configuration
|
||||
|
||||
To be able to take advantage of audio and video call functionalities, a coturn server is often required. It is possible to [install a coturn server in YunoHost (https://github.com/YunoHost-Apps/coturn-ynh/blob/master/README-en.md).
|
||||
It is then necessary to fill in the information provided by the coturn server in the file 'conduit.toml' such as:
|
||||
To be able to take advantage of audio and video call functionalities, a Coturn server is often required. It is possible to [install a Coturn server in YunoHost (https://github.com/YunoHost-Apps/coturn-ynh/blob/master/README-en.md).
|
||||
It is then necessary to fill in the information provided by the Coturn server in the file 'conduit.toml' such as:
|
||||
|
||||
```
|
||||
turn_uris = ["turns:your.turn.url:5349?transport=udp", "turns:your.turn.url:5349?transport=tcp"]
|
||||
turn_username = "<YOUR_USERNAME>"
|
||||
turn_password = "<YOUR_PASSWORD>"
|
||||
```
|
||||
If your coturn (not Yunohost's one) don't use TLS, you might need to change a little bit like :
|
||||
If your Coturn (not YunoHost's one) does not use TLS, you might need to change a little bit like:
|
||||
```
|
||||
turn_uris = ["turn:your.turn.url:5349?transport=udp", "turn:your.turn.url:5349?transport=tcp"]
|
||||
``
|
||||
|
|
Loading…
Add table
Reference in a new issue