From 9c70993f120ad3b78ae243eed65ab77ad0e0087c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20M=2E=20Requena=20Plens?= Date: Sat, 25 Mar 2023 23:43:03 +0100 Subject: [PATCH 1/5] Minor bug cron_coturn Extra slash in cronjob. DATA_PATH is "/home/yunohost.app/$app" --- conf/cron_coturn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cron_coturn b/conf/cron_coturn index 89b54ba..c3139ba 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; From 620f79e9cbead3361bc4d02959825b2daff14109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20M=2E=20Requena=20Plens?= Date: Sat, 25 Mar 2023 23:45:09 +0100 Subject: [PATCH 2/5] Added: disable email cron notification --- conf/cron_coturn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cron_coturn b/conf/cron_coturn index c3139ba..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; +*/15 * * * * root bash __DATA_PATH__/Coturn_config_rotate.sh >/dev/null 2>&1 From 04b6a5a7db28ae9c9209ae3ade63398555ca3a4f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 26 Mar 2023 06:14:42 +0000 Subject: [PATCH 3/5] Auto-update README --- README.md | 3 ++- README_fr.md | 15 ++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6f7c92c..30988c1 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)* diff --git a/README_fr.md b/README_fr.md index adf2d6c..e1ce834 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,16 @@ 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. @@ -37,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 : @@ -54,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 From b97b4d602ef8e8758fdb2acb467d7ccb81d815bd Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 26 Mar 2023 09:11:00 +0200 Subject: [PATCH 4/5] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From a287e8b300d8da8061043a44939d4bdba370c0a4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 26 Mar 2023 07:11:05 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30988c1..eb13c42 100644 --- a/README.md +++ b/README.md @@ -18,7 +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 e1ce834..764b9e9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po 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