mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
Merge pull request #129 from YunoHost-Apps/OniriCorpe-patch-1
Warn about InfluxDB dependency, fix #110
This commit is contained in:
commit
e1478a5e6b
3 changed files with 16 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.
|
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 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!)
|
* 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
|
**Shipped version:** 10.2.3~ynh1
|
||||||
|
|
||||||
**Demo:** https://play.grafana.org
|
**Demo:** <https://play.grafana.org>
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -37,10 +36,10 @@ Grafana is a multi-platform open source analytics and interactive visualization
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://grafana.com/>
|
- Official app website: <https://grafana.com/>
|
||||||
* Upstream app code repository: <https://github.com/grafana/grafana>
|
- Upstream app code repository: <https://github.com/grafana/grafana>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/grafana>
|
- YunoHost Store: <https://apps.yunohost.org/app/grafana>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/grafana_ynh/issues>
|
- Report a bug: <https://github.com/YunoHost-Apps/grafana_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## 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.
|
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
|
sudo yunohost app install https://github.com/YunoHost-Apps/grafana_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade grafana -u https://github.com/YunoHost-Apps/grafana_ynh/tree/testing --debug
|
sudo yunohost app upgrade grafana -u https://github.com/YunoHost-Apps/grafana_ynh/tree/testing --debug
|
||||||
|
|
17
README_fr.md
17
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.
|
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 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!)
|
* 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
|
**Version incluse :** 10.2.3~ynh1
|
||||||
|
|
||||||
**Démo :** https://play.grafana.org
|
**Démo :** <https://play.grafana.org>
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
@ -37,10 +36,10 @@ Grafana is a multi-platform open source analytics and interactive visualization
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://grafana.com/>
|
- Site officiel de l’app : <https://grafana.com/>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/grafana/grafana>
|
- Dépôt de code officiel de l’app : <https://github.com/grafana/grafana>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/grafana>
|
- YunoHost Store : <https://apps.yunohost.org/app/grafana>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/grafana_ynh/issues>
|
- Signaler un bug : <https://github.com/YunoHost-Apps/grafana_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
@ -48,10 +47,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
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
|
sudo yunohost app install https://github.com/YunoHost-Apps/grafana_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade grafana -u https://github.com/YunoHost-Apps/grafana_ynh/tree/testing --debug
|
sudo yunohost app upgrade grafana -u https://github.com/YunoHost-Apps/grafana_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>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
* The default dashboard may be updated in a further release of this package, so please make sure you create your own dashboards!
|
* The default dashboard may be updated in a further release of this package, so please make sure you create your own dashboards!
|
||||||
|
* Grafana needs InfluxDB to properly work, so it will be installed as a dependency
|
||||||
* Organizations creation doesn't play well with LDAP integration; it is disabled for standard users, but can't be disabled for administrators: **please do not create organizations**!
|
* Organizations creation doesn't play well with LDAP integration; it is disabled for standard users, but can't be disabled for administrators: **please do not create organizations**!
|
||||||
|
|
Loading…
Reference in a new issue