From 5bd7d38efac4f002f0da120c01275e3b36452d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:36:22 +0200 Subject: [PATCH] Testing (#105) * cleaning * cleaning * Auto-update README --------- Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 7 +++---- doc/DESCRIPTION_fr.md | 3 +++ doc/POST_INSTALL_fr.md | 7 +++++++ manifest.toml | 8 ++++---- scripts/install | 1 - scripts/restore | 1 - scripts/upgrade | 3 +-- 8 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 doc/DESCRIPTION_fr.md create mode 100644 doc/POST_INSTALL_fr.md diff --git a/README.md b/README.md index bc551e2..00ae537 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Matomo is the leading Free/Libre open analytics platform. At the end of the five Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in! -**Shipped version:** 4.15.0~ynh1 +**Shipped version:** 4.15.1~ynh1 **Demo:** https://demo.matomo.org diff --git a/README_fr.md b/README_fr.md index 7ba8467..b35e6c1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,12 +16,11 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -Matomo is the leading Free/Libre open analytics platform. At the end of the five-minute installation process, you will be given a JavaScript code. Simply copy and paste this tag on websites you wish to track and access your analytics reports in real-time. +Matomo est la principale plateforme d'analyse ouverte Free/Libre. À la fin du processus d'installation de cinq minutes, vous recevrez un code JavaScript. Copiez et collez simplement cette balise sur les sites Web que vous souhaitez suivre et accédez à vos rapports d'analyse en temps réel. -Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in! +Matomo se veut une alternative logicielle gratuite à Google Analytics et est déjà utilisé sur plus de 1 400 000 sites Web. La confidentialité est intégrée ! - -**Version incluse :** 4.15.0~ynh1 +**Version incluse :** 4.15.1~ynh1 **Démo :** https://demo.matomo.org diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..19bd2a6 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1,3 @@ +Matomo est la principale plateforme d'analyse ouverte Free/Libre. À la fin du processus d'installation de cinq minutes, vous recevrez un code JavaScript. Copiez et collez simplement cette balise sur les sites Web que vous souhaitez suivre et accédez à vos rapports d'analyse en temps réel. + +Matomo se veut une alternative logicielle gratuite à Google Analytics et est déjà utilisé sur plus de 1 400 000 sites Web. La confidentialité est intégrée ! \ No newline at end of file diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md new file mode 100644 index 0000000..8faf1fc --- /dev/null +++ b/doc/POST_INSTALL_fr.md @@ -0,0 +1,7 @@ +Une fois l'installation terminée, l'application devra terminer le processus d'enregistrement en visitant https://__DOMAIN____PATH__. + +Détails de la base de données MySQL à saisir lors du processus d'inscription : + +- Connexion à la base de données : __DB_USER__ +- Nom de la base de données : __DB_NAME__ +- Mot de passe de la base de données : __DB_PWD__ \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index 787fed8..f0bcf84 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Matomo" description.en = "Open source analytics platform for measuring Web statistics" description.fr = "Plateforme d'analyse open source de mesure de statistiques Web" -version = "4.15.0~ynh1" +version = "4.15.1~ynh1" maintainers = [] @@ -17,7 +17,7 @@ admindoc = "https://matomo.org/docs" code = "https://github.com/matomo-org/matomo" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -48,8 +48,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://builds.matomo.org/matomo-4.15.0.tar.gz" - sha256 = "619b2ef500e1c50f4ccee2e094ddfa0928cf8e76fe40b787483c1d11ee69978e" + url = "https://builds.matomo.org/matomo-4.15.1.tar.gz" + sha256 = "5e77e2a6b18ba8542a3e4df481c0152dd059de960c49d04f7e789c9bb5753d27" [resources.system_user] diff --git a/scripts/install b/scripts/install index 8bc9dc3..1654fc2 100755 --- a/scripts/install +++ b/scripts/install @@ -27,7 +27,6 @@ ynh_script_progression --message="Setting up source files..." --weight=4 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" -chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" #================================================= diff --git a/scripts/restore b/scripts/restore index 71a355d..adac2db 100755 --- a/scripts/restore +++ b/scripts/restore @@ -17,7 +17,6 @@ ynh_script_progression --message="Restoring the app main directory..." --weight= ynh_restore_file --origin_path="$install_dir" -chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index dbc226f..5ca5dde 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,7 +60,6 @@ then fi fi -chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" #================================================= @@ -69,7 +68,7 @@ chown -R $app:www-data "$install_dir" ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2 # Create a dedicated PHP-FPM config -ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint +ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint # Create a dedicated NGINX config ynh_add_nginx_config