1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd-dashboard_ynh.git synced 2024-09-03 19:36:18 +02:00

Merge pull request #16 from YunoHost-Apps/testing

Testing
This commit is contained in:
Kayou 2023-04-04 13:27:31 +02:00 committed by GitHub
commit 1b5b4f906d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 16 deletions

View file

@ -6,6 +6,7 @@ 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)
[![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)*
@ -18,7 +19,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

View file

@ -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 dinté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 dinstaller LXD Dashboard rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble
## Vue densemble
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
## 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 : <https://lxdware.com>
* Dépôt de code officiel de l'app : <https://github.com/lxdware/lxd-dashboard>
* Site officiel de lapp : <https://lxdware.com>
* Dépôt de code officiel de lapp : <https://github.com/lxdware/lxd-dashboard>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_lxd-dashboard>
* Signaler un bug : <https://github.com/YunoHost-Apps/lxd-dashboard_ynh/issues>
@ -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 :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -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

View file

@ -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",

View file

@ -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"