From 123a8fa5b3cfeab3345897000f7723d3a93a93d1 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 23 Feb 2023 23:41:10 +0100 Subject: [PATCH 01/18] [autopatch] Upgrade auto-updater --- .github/workflows/updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index fb72ba0..a56d7cb 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run the updater script @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request id: cpr if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update to version ${{ env.VERSION }} From 6fb0a0271b0b37ad2045fc19f75c6923b49a04df Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 23 Feb 2023 22:41:12 +0000 Subject: [PATCH 02/18] Auto-update README --- README.md | 3 ++- README_fr.md | 21 +++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cd1c13c..20c25fc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Zabbix for YunoHost -[![Integration level](https://dash.yunohost.org/integration/zabbix.svg)](https://dash.yunohost.org/appci/app/zabbix) ![Working status](https://ci-apps.yunohost.org/ci/badges/zabbix.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/zabbix.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/zabbix.svg)](https://dash.yunohost.org/appci/app/zabbix) ![Working status](https://ci-apps.yunohost.org/ci/badges/zabbix.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/zabbix.maintain.svg) + [![Install Zabbix with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zabbix) *[Lire ce readme en français.](./README_fr.md)* diff --git a/README_fr.md b/README_fr.md index 59c3cb5..156ad2a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,24 +5,25 @@ It shall NOT be edited by hand. # Zabbix pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/zabbix.svg)](https://dash.yunohost.org/appci/app/zabbix) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/zabbix.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/zabbix.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/zabbix.svg)](https://dash.yunohost.org/appci/app/zabbix) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/zabbix.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/zabbix.maintain.svg) + [![Installer Zabbix avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zabbix) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Zabbix 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 Zabbix 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 Un outil de surveillance pour divers composants informatiques, notamment les réseaux, les serveurs, les machines virtuelles et les services en nuage. **Version incluse :** 5.0.20~ynh2 -## Captures d'écran +## Captures d’écran -![Capture d'écran de Zabbix](./doc/screenshots/screenshot1.png) +![Capture d’écran de Zabbix](./doc/screenshots/screenshot1.png) ## Avertissements / informations importantes @@ -36,9 +37,9 @@ Un outil de surveillance pour divers composants informatiques, notamment les ré * Un modèle YunoHost est importé et lié à l'hôte "Zabbix-server" (127.0.0.1) pour la surveillance de base de YunoHost. ## Documentations et ressources -* Site officiel de l'app : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* 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 : @@ -54,4 +55,4 @@ ou sudo yunohost app upgrade zabbix -u https://github.com/YunoHost-Apps/zabbix_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 69d553e642ffb2e759f7cca92608824180a86303 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 15 Aug 2023 20:23:28 +0200 Subject: [PATCH 03/18] Update updater.sh --- .github/workflows/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index cbbb51b..105e87d 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -17,7 +17,7 @@ current_version=$(cat manifest.json | jq -j '.version|split("~")[0]') repo=$(cat manifest.json | jq -j '.upstream.code|split("https://github.com/")[1]') # Some jq magic is needed, because the latest upstream release is not always the latest version (e.g. security patches for older versions) -version=$(curl --silent "https://api.github.com/repos/$repo/tags?page=2" | jq -r '.[] | select( .name | contains("rc") or contains("beta") or contains("alpha") or startswith("6") | not ) | .name' | sort -V | tail -1) +version=$(curl --silent "https://api.github.com/repos/$repo/tags?page=5" | jq -r '.[] | select( .name | contains("rc") or contains("beta") or contains("alpha") or startswith("6") | not ) | .name' | sort -V | tail -1) # Later down the script, we assume the version has only digits and dots # Sometimes the release name starts with a "v", so let's filter it out. From efb51c4071938d56b29fa5315e88f5aa065d28c1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 15 Aug 2023 20:26:51 +0200 Subject: [PATCH 04/18] Update updater.sh --- .github/workflows/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 105e87d..3d81a0f 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -17,7 +17,7 @@ current_version=$(cat manifest.json | jq -j '.version|split("~")[0]') repo=$(cat manifest.json | jq -j '.upstream.code|split("https://github.com/")[1]') # Some jq magic is needed, because the latest upstream release is not always the latest version (e.g. security patches for older versions) -version=$(curl --silent "https://api.github.com/repos/$repo/tags?page=5" | jq -r '.[] | select( .name | contains("rc") or contains("beta") or contains("alpha") or startswith("6") | not ) | .name' | sort -V | tail -1) +version=$(curl --silent "https://api.github.com/repos/$repo/tags?page=4" | jq -r '.[] | select( .name | contains("rc") or contains("beta") or contains("alpha") or startswith("6") | not ) | .name' | sort -V | tail -1) # Later down the script, we assume the version has only digits and dots # Sometimes the release name starts with a "v", so let's filter it out. From a8c18131fe1adc9efb3958b212653a906386643d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 15 Aug 2023 22:29:24 +0200 Subject: [PATCH 05/18] Better updater --- .github/workflows/updater.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 3d81a0f..5513cde 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -17,7 +17,13 @@ current_version=$(cat manifest.json | jq -j '.version|split("~")[0]') repo=$(cat manifest.json | jq -j '.upstream.code|split("https://github.com/")[1]') # Some jq magic is needed, because the latest upstream release is not always the latest version (e.g. security patches for older versions) -version=$(curl --silent "https://api.github.com/repos/$repo/tags?page=4" | jq -r '.[] | select( .name | contains("rc") or contains("beta") or contains("alpha") or startswith("6") | not ) | .name' | sort -V | tail -1) +i=1 +version=$(curl --silent "https://api.github.com/repos/$repo/tags?page=$i" | jq -r '.[] | select( .name | contains("rc") or contains("beta") or contains("alpha") or startswith("6") or startswith("7") | not ) | .name' | sort -V | tail -1) +while [ -z $version ] ; do + sleep 10 + i=$(($i + 1)) + version=$(curl --silent "https://api.github.com/repos/$repo/tags?page=$i" | jq -r '.[] | select( .name | contains("rc") or contains("beta") or contains("alpha") or startswith("6") or startswith("7") | not ) | .name' | sort -V | tail -1) +done # Later down the script, we assume the version has only digits and dots # Sometimes the release name starts with a "v", so let's filter it out. From 0a345cebbc8f6943476453588be2f3d305409b63 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 26 Sep 2023 06:16:28 +0000 Subject: [PATCH 06/18] Upgrade to v5.0.38 --- manifest.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6804423..9be75e5 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Monitoring tool for diverse IT components, including networks, servers, VMs and cloud services", "fr": "Outil pour monitorer des réseaux, des serveurs, des VMs et autres services en ligne" }, - "version": "5.0.20~ynh2", + "version": "5.0.38~ynh1", "url": "https://www.zabbix.com", "upstream": { "license": "GPL-2.0-or-later", @@ -56,7 +56,23 @@ "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, - "choices": ["en_GB", "en_US", "cz_CN", "cs_CZ", "fr_FR", "ko_KR", "ja_JP", "nb_NO", "pl_PL", "pt_BR", "pt_PT", "ru_RU", "sk_SK", "tr_TR", "uk_UA"], + "choices": [ + "en_GB", + "en_US", + "cz_CN", + "cs_CZ", + "fr_FR", + "ko_KR", + "ja_JP", + "nb_NO", + "pl_PL", + "pt_BR", + "pt_PT", + "ru_RU", + "sk_SK", + "tr_TR", + "uk_UA" + ], "default": "en_US" }, { From 36a9f5e0709eb14d668dc0ad4aab4fe95ca2c96d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 26 Sep 2023 06:16:33 +0000 Subject: [PATCH 07/18] 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 20c25fc..d390570 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 A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services. -**Shipped version:** 5.0.20~ynh2 +**Shipped version:** 5.0.38~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 156ad2a..c0532ba 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Un outil de surveillance pour divers composants informatiques, notamment les réseaux, les serveurs, les machines virtuelles et les services en nuage. -**Version incluse :** 5.0.20~ynh2 +**Version incluse :** 5.0.38~ynh1 ## Captures d’écran From dc1ad4c0be93767afc29f0858ab70caea71e87b3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 15 Oct 2023 16:11:45 +0000 Subject: [PATCH 08/18] Auto-update README --- README.md | 1 - README_fr.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 20c25fc..4ce750c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ A monitoring tool for diverse IT components, including networks, servers, VMs an * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 156ad2a..a417786 100644 --- a/README_fr.md +++ b/README_fr.md @@ -40,7 +40,6 @@ Un outil de surveillance pour divers composants informatiques, notamment les ré * 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 From 5d0e360dafae068ea4935d650856638ce4007192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:02:36 +0200 Subject: [PATCH 09/18] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9be75e5..4808660 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.2" }, "multi_instance": false, "services": [ From 3471205328f5e1d1eb53090c3b4f449ba63cd30b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 19 Oct 2023 11:02:41 +0000 Subject: [PATCH 10/18] Auto-update README --- README.md | 1 - README_fr.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index d390570..d17e871 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ A monitoring tool for diverse IT components, including networks, servers, VMs an * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index c0532ba..a978e2c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -40,7 +40,6 @@ Un outil de surveillance pour divers composants informatiques, notamment les ré * 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 From c8c33a5020530873e52fe678a56b51f8070ed332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:05:55 +0200 Subject: [PATCH 11/18] Update check_process --- check_process | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/check_process b/check_process index 8d16196..6c4a3af 100644 --- a/check_process +++ b/check_process @@ -15,20 +15,15 @@ setup_private=1 setup_public=1 upgrade=1 - # 4.4~ynh1 - upgrade=1 from_commit=5cd502c98fdf4731938503541cf64a59aa43eda7 - # 4.4~ynh3 - upgrade=1 from_commit=9c1395710db75a5af897edc6ce6bcc8b1fc2d167 + # 5.0.20~ynh2 + upgrade=1 from_commit=8f8961c239f890069c867e40005db98465add0c9 backup_restore=1 multi_instance=0 - port_already_use=1 change_url=1 ;;; Options Email= Notification=none ;;; Upgrade options - ; commit=5cd502c98fdf4731938503541cf64a59aa43eda7 - name=4.4~ynh1. manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=PORT& - ; commit=9c1395710db75a5af897edc6ce6bcc8b1fc2d167 - name=4.4~ynh3 + ; commit=8f8961c239f890069c867e40005db98465add0c9 + name=5.0.20~ynh2 From b3fd0e4191a166349bfc11ad953052dd3c57ea52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:14:12 +0200 Subject: [PATCH 12/18] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 225f507..8a51c91 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="7.4" # dependencies used by the app if [ "$(lsb_release --codename --short)" = "bullseye" ]; then From 859ad85c4bf74f0c4fa1762e7461feb0a7f2fd5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:59:10 +0200 Subject: [PATCH 13/18] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4808660..95055ec 100644 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,7 @@ "multi_instance": false, "services": [ "nginx", - "php7.3-fpm", + "php7.4-fpm", "mysql" ], "arguments": { @@ -51,7 +51,7 @@ }, { "name": "language", - "type": "string", + "type": "select", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" From 98549b6fee8a1e824dcafdbfb541ed5b4755b05e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:42:33 +0000 Subject: [PATCH 14/18] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d17e871..e8f3c94 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ A monitoring tool for diverse IT components, including networks, servers, VMs an * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index a978e2c..d32e5ee 100644 --- a/README_fr.md +++ b/README_fr.md @@ -40,6 +40,7 @@ Un outil de surveillance pour divers composants informatiques, notamment les ré * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 42e7675d40010caac8a5bd9623c1402077f10b15 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 1 Dec 2023 06:17:23 +0000 Subject: [PATCH 15/18] Upgrade to v5.0.40 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 95055ec..685ea05 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Monitoring tool for diverse IT components, including networks, servers, VMs and cloud services", "fr": "Outil pour monitorer des réseaux, des serveurs, des VMs et autres services en ligne" }, - "version": "5.0.38~ynh1", + "version": "5.0.40~ynh1", "url": "https://www.zabbix.com", "upstream": { "license": "GPL-2.0-or-later", From 033cfdf6222ec84834731139b312bd186a88f8b0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 1 Dec 2023 06:17:30 +0000 Subject: [PATCH 16/18] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d17e871..d56b957 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 A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services. -**Shipped version:** 5.0.38~ynh1 +**Shipped version:** 5.0.40~ynh1 ## Screenshots @@ -40,6 +40,7 @@ A monitoring tool for diverse IT components, including networks, servers, VMs an * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index a978e2c..f2e67c3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Un outil de surveillance pour divers composants informatiques, notamment les réseaux, les serveurs, les machines virtuelles et les services en nuage. -**Version incluse :** 5.0.38~ynh1 +**Version incluse :** 5.0.40~ynh1 ## Captures d’écran @@ -40,6 +40,7 @@ Un outil de surveillance pour divers composants informatiques, notamment les ré * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 94509aa20ba220638a147feb6b32a7614c11bd6c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 30 Jan 2024 06:16:45 +0000 Subject: [PATCH 17/18] Upgrade to v5.0.41 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 685ea05..80594e0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Monitoring tool for diverse IT components, including networks, servers, VMs and cloud services", "fr": "Outil pour monitorer des réseaux, des serveurs, des VMs et autres services en ligne" }, - "version": "5.0.40~ynh1", + "version": "5.0.41~ynh1", "url": "https://www.zabbix.com", "upstream": { "license": "GPL-2.0-or-later", From 4c8b66da3c917f79ed3d3fa44bad0c37fd1f9c11 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 30 Jan 2024 06:16:52 +0000 Subject: [PATCH 18/18] 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 d56b957..8af2ea0 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 A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services. -**Shipped version:** 5.0.40~ynh1 +**Shipped version:** 5.0.41~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index f2e67c3..7ce47b8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Un outil de surveillance pour divers composants informatiques, notamment les réseaux, les serveurs, les machines virtuelles et les services en nuage. -**Version incluse :** 5.0.40~ynh1 +**Version incluse :** 5.0.41~ynh1 ## Captures d’écran