From a23e1a221dd7684dd12b67879aa67ae7eacd52c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 26 May 2022 09:54:17 +0200 Subject: [PATCH] Testing (#75) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Upgrade to v.4.0.4 * Upgrade to 4.0.5 * Add README_fr * Update README.md * Add link * Add change_url script (#23) * Add change url * Create php-fpm.conf * Update php-fpm.conf * Update install * Update install * cron * Update upgrade * Fix * Add PHP variable to cron * Update cron * Add extra_php-fpm.conf * Add extra_php-fpm.conf * Increase memory_limit to 256M * Set memory_limit to 256M * Update manifest.json * Try to fix php7.3 service fail... * Fix php... * Fix * Fix * Update upgrade * Update upgrade * Update upgrade * Update upgrade * Update upgrade * Update upgrade * Fix * Update upgrade * Update upgrade * set up cron * Install missing Icons * Update install * Update upgrade * setup cron * Fix cron * Update upgrade * Small typos * Set permissions to Morpheus folder to auto update * Add icons repo * Cleaning up * Fix typo * Update README.md * Upgrade to 4.1.0 (#27) * Upgrade to 4.1.0 * 4.1.1 (#31) * Upgrade to 4.1.1 * Upgrade to 4.2.0 (#32) * Upgrade to 4.2.1 (#34) * cleaning up (#38) * Update upgrade * Fix * Cleaning up * Update change_url * Update config.ini.php * Fix links * Upgrade to 4.3.0 * Update app.src * Update nginx.conf (#42) * Update nginx.conf * Upgrade to 4.3.0 (#44) * Upgrade to 4.3.0 * Keep config * Update _common.sh * Update check_process * [autopatch] Update issue and PR templates (#46) Co-authored-by: Yunohost-Bot <> * Upgrade to 4.3.0 * Update upgrade * 4.3.0 (#45) * Upgrade to 4.3.0 * Update nginx.conf * Update nginx.conf * Update nginx.conf * Update nginx.conf * Update nginx.conf * Update nginx.conf * Update nginx.conf * Update nginx.conf * Update nginx.conf * Update nginx.conf * Update nginx.conf * Update nginx.conf * Update nginx.conf * Update nginx.conf * Update cron * Update _common.sh * Update cron * Update upgrade * Update upgrade * Fix * Update install * fix * Fix * Fix * Update install * Update install * Upgrade to version 4.3.1 * Add templates * Fix * Update upgrade * Update install * Changed the URL of the sources to include all sub modules (#48) * Change for the URL used in the official documentation This archive contains the git sub-modules such as the tag manager for example * no more need for the specific setup part * Same, no more need for the specific setup part * Auto-update README * Patch (#49) * Set email * Update check_process * Update check_process * Add weight * Update manifest.json * Auto-update README * 4.4.0 (#51) * 4.4.0 * 4.4.1 (#53) * 4.4.1 * Update upgrade (#55) * Update manifest.json * Auto-update README * Update upgrade * Update manifest.json * Auto-update README * cleaning * Update app.src * 4.5.0 (#58) * Upgrade to 4.5.0 * 4.3 (#60) * 4.3 * Fix * Update remove * 4.6.0 * Auto-update README * 4.6.1 * Auto-update README * Update upgrade * 4.6.2 * Auto-update README * Add config panel * add PHP8 (#63) * add PHP8 * 4.7.1 * Delete .DS_Store * Update upgrade * upgrade: gotta upgrade apt dependencies *before* calling core:update, because it needs the appropriate php version * Update manifest.json * Auto-update README * 4.8.0 * Auto-update README * Update restore * 4.9.0 (#71) * 4.9.0 * Auto-update README Co-authored-by: yunohost-bot * Fix * Create DESCRIPTION.md * Auto-update README * 4.9.1 * Auto-update README * 4.10.0 * Auto-update README * Auto-update README * 4.10.1 * Auto-update README Co-authored-by: YunoHost Bot Co-authored-by: Lemonsu Loïc Co-authored-by: Yunohost-Bot <> Co-authored-by: Alexandre Aubin Co-authored-by: yunohost-bot --- README.md | 21 +++++++++++---------- README_fr.md | 27 ++++++++++++++++----------- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 30 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 99c3dd7..f102c28 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Matomo for YunoHost -[![Integration level](https://dash.yunohost.org/integration/matomo.svg)](https://dash.yunohost.org/appci/app/matomo) ![](https://ci-apps.yunohost.org/ci/badges/matomo.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/matomo.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/matomo.svg)](https://dash.yunohost.org/appci/app/matomo) ![Working status](https://ci-apps.yunohost.org/ci/badges/matomo.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/matomo.maintain.svg) [![Install Matomo with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=matomo) *[Lire ce readme en français.](./README_fr.md)* @@ -22,13 +22,13 @@ Matomo is a full-featured PHP MySQL software program that you download and insta 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.10.0~ynh1 +**Shipped version:** 4.10.1~ynh1 **Demo:** https://demo.matomo.org ## Screenshots -![](./doc/screenshots/screenshot.png) +![Screenshot of Matomo](./doc/screenshots/screenshot.png) ## Disclaimers / important information @@ -40,21 +40,22 @@ Matomo aims to be a Free software alternative to Google Analytics and is already ## Documentation and resources -* Official app website: https://matomo.org -* Official admin documentation: https://matomo.org/docs -* Upstream app code repository: https://github.com/matomo-org/matomo -* YunoHost documentation for this app: https://yunohost.org/app_matomo -* Report a bug: https://github.com/YunoHost-Apps/matomo_ynh/issues +* Official app website: +* Official admin documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/matomo_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug or sudo yunohost app upgrade matomo -u https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 9dfc2f8..95a7434 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,10 +1,14 @@ + + # Matomo pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/matomo.svg)](https://dash.yunohost.org/appci/app/matomo) ![](https://ci-apps.yunohost.org/ci/badges/matomo.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/matomo.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/matomo.svg)](https://dash.yunohost.org/appci/app/matomo) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/matomo.status.svg) ![Status de maintenance](https://ci-apps.yunohost.org/ci/badges/matomo.maintain.svg) [![Installer Matomo avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=matomo) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* > *Ce package vous permet d'installer Matomo 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.* @@ -18,13 +22,13 @@ Matomo is a full-featured PHP MySQL software program that you download and insta 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! -**Version incluse :** 4.10.0~ynh1 +**Version incluse :** 4.10.1~ynh1 **Démo :** https://demo.matomo.org ## Captures d'écran -![](./doc/screenshots/screenshot.png) +![Capture d'écran de Matomo](./doc/screenshots/screenshot.png) ## Avertissements / informations importantes @@ -36,21 +40,22 @@ Matomo aims to be a Free software alternative to Google Analytics and is already ## Documentations et ressources -* Site officiel de l'app : https://matomo.org -* Documentation officielle de l'admin : https://matomo.org/docs -* Dépôt de code officiel de l'app : https://github.com/matomo-org/matomo -* Documentation YunoHost pour cette app : https://yunohost.org/app_matomo -* Signaler un bug : https://github.com/YunoHost-Apps/matomo_ynh/issues +* Site 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 : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/matomo_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug ou sudo yunohost app upgrade matomo -u https://github.com/YunoHost-Apps/matomo_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** diff --git a/conf/app.src b/conf/app.src index a17c205..4889bb2 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://builds.matomo.org/matomo-4.10.0.tar.gz -SOURCE_SUM=00f4bcf3178501e14132db2e354e6233bf855251cb6bd1dc69750d921570b824 +SOURCE_URL=https://builds.matomo.org/matomo-4.10.1.tar.gz +SOURCE_SUM=4cddb1cb760786db9ec268bb87dbed30a125448f2e58ebe76331b54652064f75 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 3084cad..70ca6a2 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source analytics platform for measuring Web statistics", "fr": "Plateforme d'analyse open source de mesure de statistiques Web" }, - "version": "4.10.0~ynh1", + "version": "4.10.1~ynh1", "url": "https://matomo.org", "upstream": { "license": "GPL-3.0-or-later",