mirror of
https://github.com/YunoHost-Apps/lxd-dashboard_ynh.git
synced 2024-09-03 19:36:18 +02:00
commit
1b5b4f906d
5 changed files with 18 additions and 16 deletions
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
|||
|
||||
# LXD Dashboard for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/lxd-dashboard)  
|
||||
[](https://dash.yunohost.org/appci/app/lxd-dashboard)  
|
||||
|
||||
[](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
|
||||
|
||||
|
|
21
README_fr.md
21
README_fr.md
|
@ -5,24 +5,25 @@ It shall NOT be edited by hand.
|
|||
|
||||
# LXD Dashboard pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/lxd-dashboard)  
|
||||
[](https://dash.yunohost.org/appci/app/lxd-dashboard)  
|
||||
|
||||
[](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
|
||||
**Version incluse :** 3.7.0~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## 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 l’app : <https://lxdware.com>
|
||||
* Dépôt de code officiel de l’app : <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 d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue