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 1/5] 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 2/5] 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 3/5] 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 4/5] 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 5/5] 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