diff --git a/README.md b/README.md index ae4806a..eb13c42 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Coturn for YunoHost -[![Integration level](https://dash.yunohost.org/integration/coturn.svg)](https://dash.yunohost.org/appci/app/coturn) ![Working status](https://ci-apps.yunohost.org/ci/badges/coturn.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/coturn.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/coturn.svg)](https://dash.yunohost.org/appci/app/coturn) ![Working status](https://ci-apps.yunohost.org/ci/badges/coturn.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/coturn.maintain.svg) + [![Install Coturn with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=coturn) *[Lire ce readme en français.](./README_fr.md)* @@ -17,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in The TURN Server is a VoIP media traffic NAT traversal server and gateway. It can be used as a general-purpose network traffic TURN server and gateway, too. -**Shipped version:** 4.5.2.3~ynh1 - +**Shipped version:** 4.5.2.3~ynh2 ## Disclaimers / important information ## Configuration diff --git a/README_fr.md b/README_fr.md index 178ce65..764b9e9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,20 +5,20 @@ It shall NOT be edited by hand. # Coturn pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/coturn.svg)](https://dash.yunohost.org/appci/app/coturn) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/coturn.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/coturn.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/coturn.svg)](https://dash.yunohost.org/appci/app/coturn) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/coturn.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/coturn.maintain.svg) + [![Installer Coturn avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=coturn) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Coturn rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Coturn rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble The TURN Server is a VoIP media traffic NAT traversal server and gateway. It can be used as a general-purpose network traffic TURN server and gateway, too. -**Version incluse :** 4.5.2.3~ynh1 - +**Version incluse :** 4.5.2.3~ynh2 ## Avertissements / informations importantes ## Configuration @@ -38,8 +38,8 @@ TURN password: ## Documentations et ressources -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -55,4 +55,4 @@ ou sudo yunohost app upgrade coturn -u https://github.com/YunoHost-Apps/coturn_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/conf/cron_coturn b/conf/cron_coturn index 89b54ba..367154f 100644 --- a/conf/cron_coturn +++ b/conf/cron_coturn @@ -1,2 +1,2 @@ # Check if the IP as not changed at every 15th minute -*/15 * * * * root bash /__DATA_PATH__/Coturn_config_rotate.sh; \ No newline at end of file +*/15 * * * * root bash __DATA_PATH__/Coturn_config_rotate.sh >/dev/null 2>&1 diff --git a/manifest.json b/manifest.json index 737d7de..adaa2a2 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "VoIP media traffic NAT traversal server and gateway", "fr": "Serveur et passerelle NAT du trafic média VoIP" }, - "version": "4.5.2.3~ynh1", + "version": "4.5.2.3~ynh2", "url": "https://github.com/coturn/coturn", "upstream": { "license": "BSD-3-Clause",