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

Auto-update README

This commit is contained in:
yunohost-bot 2022-06-17 00:05:50 +00:00
parent 014ca1818e
commit ad16c7bd47
2 changed files with 37 additions and 23 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# LXD Dashboard for YunoHost # LXD Dashboard for YunoHost
[![Integration level](https://dash.yunohost.org/integration/lxd-dashboard.svg)](https://dash.yunohost.org/appci/app/lxd-dashboard) ![](https://ci-apps.yunohost.org/ci/badges/lxd-dashboard.status.svg) ![](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) [![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)* *[Lire ce readme en français.](./README_fr.md)*
@ -15,32 +15,37 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview ## Overview
Makes it easy for you to take control of your LXD based infrastructure Web-based user interface capable of managing multiple LXD servers from a single location.
**Shipped version:** 3.4.0~ynh1
**Shipped version:** 3.4.0~ynh2
## Screenshots ## Screenshots
![](./doc/screenshots/screenshot01.png) ![Screenshot of LXD Dashboard](./doc/screenshots/screenshot01.png)
## Disclaimers / important information
* Important:
* Since version 3.4.0~ynh2, after a bad authentication that don't let you login, just refresh the page
## Documentation and resources ## Documentation and resources
* Official app website: https://lxdware.com * Official app website: <https://lxdware.com>
* Upstream app code repository: https://github.com/lxdware/lxd-dashboard * Upstream app code repository: <https://github.com/lxdware/lxd-dashboard>
* YunoHost documentation for this app: https://yunohost.org/app_lxd-dashboard * YunoHost documentation for this app: <https://yunohost.org/app_lxd-dashboard>
* Report a bug: https://github.com/YunoHost-Apps/lxd-dashboard_ynh/issues * Report a bug: <https://github.com/YunoHost-Apps/lxd-dashboard_ynh/issues>
## Developer info ## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/lxd-dashboard_ynh/tree/testing). Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/lxd-dashboard_ynh/tree/testing).
To try the testing branch, please proceed like that. To try the testing branch, please proceed like that.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/lxd-dashboard_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/lxd-dashboard_ynh/tree/testing --debug
or or
sudo yunohost app upgrade lxd-dashboard -u https://github.com/YunoHost-Apps/lxd-dashboard_ynh/tree/testing --debug sudo yunohost app upgrade lxd-dashboard -u https://github.com/YunoHost-Apps/lxd-dashboard_ynh/tree/testing --debug
``` ```
**More info regarding app packaging:** https://yunohost.org/packaging_apps **More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,42 +1,51 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# LXD Dashboard pour YunoHost # LXD Dashboard pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/lxd-dashboard.svg)](https://dash.yunohost.org/appci/app/lxd-dashboard) ![](https://ci-apps.yunohost.org/ci/badges/lxd-dashboard.status.svg) ![](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) [![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)* *[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer LXD Dashboard rapidement et simplement sur un serveur YunoHost. > *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.* 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~ynh1 **Version incluse :** 3.4.0~ynh2
## Captures d'écran ## Captures d'écran
![](./doc/screenshots/screenshot01.png) ![Capture d'écran de LXD Dashboard](./doc/screenshots/screenshot01.png)
## Avertissements / informations importantes
* Important:
* Since version 3.4.0~ynh2, after a bad authentication that don't let you login, just refresh the page
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : https://lxdware.com * Site officiel de l'app : <https://lxdware.com>
* Dépôt de code officiel de l'app : https://github.com/lxdware/lxd-dashboard * 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 * Documentation YunoHost pour cette app : <https://yunohost.org/app_lxd-dashboard>
* Signaler un bug : https://github.com/YunoHost-Apps/lxd-dashboard_ynh/issues * Signaler un bug : <https://github.com/YunoHost-Apps/lxd-dashboard_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/lxd-dashboard_ynh/tree/testing). Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/lxd-dashboard_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit. Pour essayer la branche testing, procédez comme suit.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/lxd-dashboard_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/lxd-dashboard_ynh/tree/testing --debug
ou ou
sudo yunohost app upgrade lxd-dashboard -u https://github.com/YunoHost-Apps/lxd-dashboard_ynh/tree/testing --debug 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>