1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coturn_ynh.git synced 2024-09-03 18:16:32 +02:00

Add template

This commit is contained in:
ericgaspar 2021-06-02 14:01:43 +02:00
parent 728f12148a
commit 6fa6cd2e12
2 changed files with 28 additions and 0 deletions

14
doc/DISCLAIMER.md Normal file
View file

@ -0,0 +1,14 @@
## Configuration
You need to install TURN server in a root or subdomain like `turn.domain.lts`
How to configure this app: a plain file with SSH.
## Testing
For testing we can use Trickle-Ice testing tool. Go to [trickle-ice page](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice) and enter following details.
```
TURN URI : turn:<YOUR_PUBLIC_IP_ADDRESS>:5349
TURN username: <YOUR_USERNAME>
TURN password: <YOUR_PASSWORD>
```

14
doc/DISCLAIMER_fr.md Normal file
View file

@ -0,0 +1,14 @@
## Configuration
Vous devez installer coTURN à la racine ou un sous-domaine comme `turn.domain.lts`
How to configure this app: a plain file with SSH.
## Testing
Pour les tests, vous pouvez utiliser l'outil de test Trickle-Ice. Accédez à la page [trickle-ice](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice) et entrez les détails suivants.
```
TURN URI : turn:<YOUR_PUBLIC_IP_ADDRESS>:5349
TURN username: <YOUR_USERNAME>
TURN password: <YOUR_PASSWORD>
```