From f18d0c8f1a810e8365c77751cab02555c74239ea Mon Sep 17 00:00:00 2001 From: Thatoo Date: Sat, 16 Mar 2024 13:53:18 +0100 Subject: [PATCH] Update README.md Add coturn configuration EN --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4d6bba..0d92828 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,18 @@ Conduit is a lightweight open-source server implementation of the Matrix Specifi Conduit keeps things simple, it's a single binary with an embedded database and can be much faster than other server implementations in some cases. **Shipped version:** 0.6.0~ynh6 +## Disclaimers / important information + +## Configuration + +### Configuration d'un coturn +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 = ["turn:your.turn.url:5349?transport=udp", "turn:your.turn.url:5349?transport=tcp, turns:your.turn.url:5349?transport=udp", "turns:your.turn.url:5349?transport=tcp"] +turn_username = "" +turn_password = "" +``` ## Documentation and resources * Official app website: @@ -40,4 +52,4 @@ or sudo yunohost app upgrade conduit -u https://github.com/YunoHost-Apps/conduit_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:**