From ac94045449b8a5894982b0431eaa44896a117d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 9 Sep 2021 17:41:29 +0200 Subject: [PATCH] Testing (#61) --- README.md | 4 ++-- README_fr.md | 4 ++-- doc/DISCLAIMER.md | 2 +- doc/DISCLAIMER_fr.md | 2 +- manifest.json | 2 +- scripts/upgrade | 5 +++++ 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bd57bc4..a279995 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th - activity detection -**Shipped version:** 0.4.0~ynh1 +**Shipped version:** 0.4.0~ynh2 **Demo:** https://galene.org:8443/ @@ -78,7 +78,7 @@ You can also install Galène with an external TURN server with this branch: http ### Server Statistics page -Statistics are available under `/var/www/galene/stats.json`, with a human-readable version at `domain.ltd/stats.html`. This is only available to the server administrator. +Statistics are available under `/opt/yunohost/galene/stats.json`, with a human-readable version at `domain.ltd/stats.html`. This is only available to the server administrator. ### How do I record my lecture? diff --git a/README_fr.md b/README_fr.md index 6114a35..b79af29 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ Galène est un serveur de visioconférence (un « SFU ») facile à déployer et - détection d'activité -**Version incluse :** 0.4.0~ynh1 +**Version incluse :** 0.4.0~ynh2 **Démo :** https://galene.org:8443/ @@ -74,7 +74,7 @@ Vous pouvez également installer *Galène* avec un serveur TURN externe avec cet ### Statistiques du serveur -Les statistiques sont disponibles sous `/var/www/galene/stats.json`, avec une version lisible sur `domain.ltd/stats.html`. Cette page n'est disponible que pour l'administrateur du serveur. +Les statistiques sont disponibles sous `/opt/yunohost/galene/stats.json`, avec une version lisible sur `domain.ltd/stats.html`. Cette page n'est disponible que pour l'administrateur du serveur. ### Comment enregistrer ma conférence ? diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index be313fa..8ee9224 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -39,7 +39,7 @@ You can also install Galène with an external TURN server with this branch: http ### Server Statistics page -Statistics are available under `/var/www/galene/stats.json`, with a human-readable version at `domain.ltd/stats.html`. This is only available to the server administrator. +Statistics are available under `/opt/yunohost/galene/stats.json`, with a human-readable version at `domain.ltd/stats.html`. This is only available to the server administrator. ### How do I record my lecture? diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 2fc4b08..3f416e5 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -39,7 +39,7 @@ Vous pouvez également installer *Galène* avec un serveur TURN externe avec cet ### Statistiques du serveur -Les statistiques sont disponibles sous `/var/www/galene/stats.json`, avec une version lisible sur `domain.ltd/stats.html`. Cette page n'est disponible que pour l'administrateur du serveur. +Les statistiques sont disponibles sous `/opt/yunohost/galene/stats.json`, avec une version lisible sur `domain.ltd/stats.html`. Cette page n'est disponible que pour l'administrateur du serveur. ### Comment enregistrer ma conférence ? diff --git a/manifest.json b/manifest.json index fe6287a..8ae5177 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Videoconferencing server that is easy to deploy", "fr": "Serveur de visioconférence facile à déployer" }, - "version": "0.4.0~ynh1", + "version": "0.4.0~ynh2", "url": "https://galene.org/", "upstream": { "license": "MIT", diff --git a/scripts/upgrade b/scripts/upgrade index 5295e31..d3a65e1 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -25,6 +25,11 @@ port=$(ynh_app_setting_get --app=$app --key=port) turn_port=$(ynh_app_setting_get --app=$app --key=turn_port) architecture=$(ynh_detect_arch) +if ynh_compare_current_package_version --comparison le --version 0.3.5~ynh3 +then + ynh_die --message="Please, you need to remove the app and reinstall it" +fi + #================================================= # CHECK VERSION #=================================================