1
0
Fork 0
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:
eric_G 2024-06-04 22:59:16 +02:00 committed by GitHub
commit e1478a5e6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 17 deletions

View file

@ -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

View file

@ -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 lapp : <https://grafana.com/>
* Dépôt de code officiel de lapp : <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 lapp : <https://grafana.com/>
- Dépôt de code officiel de lapp : <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

View file

@ -1,4 +1,5 @@
## Limitations
* 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**!