2022-03-25 01:09:35 +01:00
|
|
|
|
# Linux-Dash pour YunoHost
|
|
|
|
|
|
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/linuxdash.svg)](https://dash.yunohost.org/appci/app/linuxdash) ![](https://ci-apps.yunohost.org/ci/badges/linuxdash.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/linuxdash.maintain.svg)
|
|
|
|
|
[![Installer Linux-Dash avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=linuxdash)
|
|
|
|
|
|
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
|
|
|
|
> *Ce package vous permet d'installer Linux-Dash 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
|
|
|
|
|
|
|
|
|
|
A beautiful web dashboard for GNU/Linux which display CPU, RAM, memory, network and other usage.
|
|
|
|
|
|
|
|
|
|
|
2022-05-05 02:46:03 +02:00
|
|
|
|
**Version incluse :** 2.0~ynh3
|
2022-03-25 01:09:35 +01:00
|
|
|
|
|
|
|
|
|
**Démo :** https://afaqurk.github.io/linux-dash/
|
|
|
|
|
|
|
|
|
|
## Documentations et ressources
|
|
|
|
|
|
|
|
|
|
* Site officiel de l'app : https://github.com/afaqurk/linux-dash
|
|
|
|
|
* Documentation officielle de l'admin : https://github.com/afaqurk/linux-dash/wiki
|
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/afaqurk/linux-dash
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_linuxdash
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/linuxdash_ynh/issues
|
|
|
|
|
|
|
|
|
|
## Informations pour les développeurs
|
|
|
|
|
|
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/linuxdash_ynh/tree/testing).
|
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/linuxdash_ynh/tree/testing --debug
|
|
|
|
|
ou
|
|
|
|
|
sudo yunohost app upgrade linuxdash -u https://github.com/YunoHost-Apps/linuxdash_ynh/tree/testing --debug
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|