mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
Auto-update README
This commit is contained in:
parent
00ddd5972f
commit
884ca63ce8
2 changed files with 78 additions and 10 deletions
48
README.md
48
README.md
|
@ -1,16 +1,44 @@
|
||||||
# Linux-Dash package for YunoHost
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Linux-Dash for YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/linuxdash)  
|
||||||
|
[](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.
|
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
|
**Shipped version:** 2.0
|
||||||
```bash
|
|
||||||
sudo yunohost app install https://github.com/M5oul/linuxdash_ynh
|
**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
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||||
App is `working`.
|
|
40
README_fr.md
Normal file
40
README_fr.md
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
# Linux-Dash pour YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/linuxdash)  
|
||||||
|
[](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
|
Loading…
Add table
Reference in a new issue