mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
Auto-update README
This commit is contained in:
parent
3d85ab93fc
commit
603007f283
2 changed files with 15 additions and 17 deletions
15
README.md
15
README.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
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.
|
||||
-->
|
||||
|
||||
|
@ -26,10 +26,9 @@ Grafana is a multi-platform open source analytics and interactive visualization
|
|||
* creates a Grafana Data Source to fetch data from InfluxDB (and hence NetData!)
|
||||
* creates a default dashboard to plot some data from NetData (doesn't cover every metric, can be greatly enhanced!)
|
||||
|
||||
|
||||
**Shipped version:** 10.2.3~ynh1
|
||||
|
||||
**Demo:** https://play.grafana.org
|
||||
**Demo:** <https://play.grafana.org>
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -37,10 +36,10 @@ Grafana is a multi-platform open source analytics and interactive visualization
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://grafana.com/>
|
||||
* Upstream app code repository: <https://github.com/grafana/grafana>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/grafana>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/grafana_ynh/issues>
|
||||
- Official app website: <https://grafana.com/>
|
||||
- Upstream app code repository: <https://github.com/grafana/grafana>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/grafana>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/grafana_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -48,7 +47,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
|||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/grafana_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade grafana -u https://github.com/YunoHost-Apps/grafana_ynh/tree/testing --debug
|
||||
|
|
15
README_fr.md
15
README_fr.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
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.
|
||||
-->
|
||||
|
||||
|
@ -26,10 +26,9 @@ Grafana is a multi-platform open source analytics and interactive visualization
|
|||
* creates a Grafana Data Source to fetch data from InfluxDB (and hence NetData!)
|
||||
* creates a default dashboard to plot some data from NetData (doesn't cover every metric, can be greatly enhanced!)
|
||||
|
||||
|
||||
**Version incluse :** 10.2.3~ynh1
|
||||
|
||||
**Démo :** https://play.grafana.org
|
||||
**Démo :** <https://play.grafana.org>
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -37,10 +36,10 @@ Grafana is a multi-platform open source analytics and interactive visualization
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://grafana.com/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/grafana/grafana>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/grafana>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/grafana_ynh/issues>
|
||||
- Site officiel de l’app : <https://grafana.com/>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/grafana/grafana>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/grafana>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/grafana_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -48,7 +47,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/grafana_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade grafana -u https://github.com/YunoHost-Apps/grafana_ynh/tree/testing --debug
|
||||
|
|
Loading…
Reference in a new issue