From 884ca63ce8982b1ccf705c3b35d9d4565d34f36d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 25 Mar 2022 00:09:35 +0000 Subject: [PATCH] Auto-update README --- README.md | 48 ++++++++++++++++++++++++++++++++++++++---------- README_fr.md | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+), 10 deletions(-) create mode 100644 README_fr.md diff --git a/README.md b/README.md index 2f5a8b8..c340dbb 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,44 @@ -# Linux-Dash package for YunoHost + + +# Linux-Dash for YunoHost + +[![Integration level](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) +[![Install Linux-Dash with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=linuxdash) + +*[Lire ce readme en français.](./README_fr.md)* + +> *This package allows you to install Linux-Dash quickly and simply on a YunoHost server. +If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* + +## Overview -Linux-Dash package for YunoHost A beautiful web dashboard for GNU/Linux which display CPU, RAM, memory, network and other usage. -* [Linux-Dash repository](https://github.com/afaqurk/linux-dash) -* [Linux-Dash demo](http://linuxdash.afaqtariq.com/) -* [YunoHost website](https://yunohost.org/) -### Install app -```bash -sudo yunohost app install https://github.com/M5oul/linuxdash_ynh +**Shipped version:** 2.0 + +**Demo:** https://afaqurk.github.io/linux-dash/ + +## Documentation and resources + +* Official app website: https://github.com/afaqurk/linux-dash +* Official admin documentation: https://github.com/afaqurk/linux-dash/wiki +* Upstream app code repository: https://github.com/afaqurk/linux-dash +* YunoHost documentation for this app: https://yunohost.org/app_linuxdash +* Report a bug: https://github.com/YunoHost-Apps/linuxdash_ynh/issues + +## Developer info + +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/linuxdash_ynh/tree/testing). + +To try the testing branch, please proceed like that. +``` +sudo yunohost app install https://github.com/YunoHost-Apps/linuxdash_ynh/tree/testing --debug +or +sudo yunohost app upgrade linuxdash -u https://github.com/YunoHost-Apps/linuxdash_ynh/tree/testing --debug ``` -### App state -App is `working`. +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..0c9a5d2 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,40 @@ +# 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. + + +**Version incluse :** 2.0 + +**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 \ No newline at end of file