From cdc8d4bd188e8fa36b78c1f322cd20bb5744378e Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Sat, 7 Jan 2023 22:28:40 +0100 Subject: [PATCH 1/6] 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 50cc412..bb1e82b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.4" +YNH_PHP_VERSION="8.0" # dependencies used by the app pkg_dependencies="php${YNH_PHP_VERSION}-fpm php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mysql" From 9c2aed24213bf812ed24e6e1b6e05dfaada0ac0a Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 2 Apr 2023 18:14:19 +0200 Subject: [PATCH 2/6] Update v3.7.0 --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 3bdf274..b0843e0 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/lxdware/lxd-dashboard/archive/refs/tags/v3.4.0.tar.gz -SOURCE_SUM=91884ba9feafd7cb613a0b795003cb32d4c6d21f9b611d2ace115e8c2f6562da +SOURCE_URL=https://github.com/lxdware/lxd-dashboard/archive/refs/tags/v3.7.0.tar.gz +SOURCE_SUM=061e9872ec3f429ebda00882ce802cacecc5498a325beb6a726bbb11e3980793 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From 1cef1bce93a31d1f1749436b41c48d1b7e9b1588 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 2 Apr 2023 18:16:50 +0200 Subject: [PATCH 3/6] Update v3.7.0 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index abb7b44..02f031d 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Makes it easy for you to take control of your LXD based infrastructure" }, - "version": "3.4.0~ynh2", + "version": "3.7.0~ynh1", "url": "https://lxdware.com", "upstream": { "license": "AGPL-3.0-or-later", From 72003e56e370d843d7442d24b529abcb4096fad8 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 2 Apr 2023 18:17:22 +0200 Subject: [PATCH 4/6] Update v3.7.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f649a9e..bddd17c 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 Web-based user interface capable of managing multiple LXD servers from a single location. -**Shipped version:** 3.4.0~ynh2 +**Shipped version:** 3.7.0~ynh1 ## Screenshots From 4e025b5143b97ac8b72a767dfa7f71b62e05e21f Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 2 Apr 2023 18:17:52 +0200 Subject: [PATCH 5/6] Update v3.7.0 --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 48ae2c0..a7cf3bb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Web-based user interface capable of managing multiple LXD servers from a single location. -**Version incluse :** 3.4.0~ynh2 +**Version incluse :** 3.7.0~ynh1 ## Captures d'écran From 04c2e0bde5b171ed3473df637fa95b478baa75bb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 4 Apr 2023 09:47:03 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 3 ++- README_fr.md | 19 ++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f649a9e..e3b98ab 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # LXD Dashboard for YunoHost -[![Integration level](https://dash.yunohost.org/integration/lxd-dashboard.svg)](https://dash.yunohost.org/appci/app/lxd-dashboard) ![Working status](https://ci-apps.yunohost.org/ci/badges/lxd-dashboard.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/lxd-dashboard.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/lxd-dashboard.svg)](https://dash.yunohost.org/appci/app/lxd-dashboard) ![Working status](https://ci-apps.yunohost.org/ci/badges/lxd-dashboard.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/lxd-dashboard.maintain.svg) + [![Install LXD Dashboard with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lxd-dashboard) *[Lire ce readme en français.](./README_fr.md)* diff --git a/README_fr.md b/README_fr.md index 48ae2c0..f2d00e1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,24 +5,25 @@ It shall NOT be edited by hand. # LXD Dashboard pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/lxd-dashboard.svg)](https://dash.yunohost.org/appci/app/lxd-dashboard) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/lxd-dashboard.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/lxd-dashboard.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/lxd-dashboard.svg)](https://dash.yunohost.org/appci/app/lxd-dashboard) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/lxd-dashboard.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/lxd-dashboard.maintain.svg) + [![Installer LXD Dashboard avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lxd-dashboard) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer LXD Dashboard 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 LXD Dashboard 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 Web-based user interface capable of managing multiple LXD servers from a single location. **Version incluse :** 3.4.0~ynh2 -## Captures d'écran +## Captures d’écran -![Capture d'écran de LXD Dashboard](./doc/screenshots/screenshot01.png) +![Capture d’écran de LXD Dashboard](./doc/screenshots/screenshot01.png) ## Avertissements / informations importantes @@ -31,8 +32,8 @@ Web-based user interface capable of managing multiple LXD servers from a single ## Documentations et ressources -* Site officiel de l'app : -* Dépôt de code officiel de l'app : +* Site officiel de l’app : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -48,4 +49,4 @@ ou sudo yunohost app upgrade lxd-dashboard -u https://github.com/YunoHost-Apps/lxd-dashboard_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