From 20f4244b273ae8831d945cff836457fde2f55785 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 22 Dec 2021 17:33:17 +0100 Subject: [PATCH] We do not open 8443 We do not open 8443 as it is going through NGINX proxy --- doc/DISCLAIMER.md | 2 +- doc/DISCLAIMER_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 74f8094..b956ea9 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -15,7 +15,7 @@ When Galène is removed, the data directory (`/home/yunohost.app/galene/`) is pr #### Using *Galène*'s internal TURN server Galène comes with a built-in TURN server that should work out-of-the-box. -- If your server is behind NAT, allow incoming traffic to TCP port `8443` (or whatever is configured with the `-http` option in `/etc/systemd/system/galene.service`) and TCP/UDP port `1194` (or whatever is configured with the `-turn` option in `/etc/systemd/system/galene.service`) +- If your server is behind NAT, allow incoming traffic to TCP/UDP port `1194` (or whatever is configured with the `-turn` option in `/etc/systemd/system/galene.service`) #### Using your own TURN server - Install [coturn_ynh](https://github.com/YunoHost-Apps/coturn_ynh). diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index da1daf0..a045ba4 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -15,7 +15,7 @@ Lorsque Galène est supprimé, le répertoire de données (`/home/yunohost.app/g #### Utilisation du serveur TURN de *Galène* Galène est livré avec un serveur TURN intégré qui devrait fonctionner immédiatement. -- Si votre serveur est derrière NAT, autorisez le trafic entrant vers le port TCP `8443` (ou tout ce qui est configuré avec l'option `-http` dans `/etc/systemd/system/galene.service`) et le port TCP/UDP `1194` (ou tout ce qui est configuré avec l'option `-turn` dans `/etc/systemd/system/galene.service`) +- Si votre serveur est derrière NAT, autorisez le trafic entrant vers le port TCP/UDP `1194` (ou tout ce qui est configuré avec l'option `-turn` dans `/etc/systemd/system/galene.service`) #### Utilisation de votre propre serveur TURN - Installez [coturn_ynh](https://github.com/YunoHost-Apps/coturn_ynh).