2021-08-03 08:17:32 +02:00
<!--
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.
-->
2020-12-11 22:33:52 +01:00
# Grafana for YunoHost
2020-05-17 09:28:22 +02:00
2023-01-28 07:11:13 +01:00
[![Integration level ](https://dash.yunohost.org/integration/grafana.svg )](https://dash.yunohost.org/appci/app/grafana) ![Working status ](https://ci-apps.yunohost.org/ci/badges/grafana.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/grafana.maintain.svg )
2023-02-23 23:37:19 +01:00
2021-08-03 08:17:32 +02:00
[![Install Grafana with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=grafana)
*[Lire ce readme en français.](./README_fr.md)*
2020-05-17 09:28:22 +02:00
2021-08-03 08:17:32 +02:00
> *This package allows you to install Grafana 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.*
2020-05-17 09:28:22 +02:00
## Overview
2023-10-24 20:36:38 +02:00
Grafana is a multi-platform open source analytics and interactive visualization web application. It provides charts, graphs, and alerts for the web when connected to supported data sources.
2020-05-17 09:28:22 +02:00
2023-10-13 08:12:22 +02:00
**Shipped version:** 10.1.5~ynh1
2022-08-18 20:02:13 +02:00
2021-08-03 08:17:32 +02:00
**Demo:** https://play.grafana.org
2020-05-17 09:28:22 +02:00
## Screenshots
2022-08-18 20:02:13 +02:00
![Screenshot of Grafana ](./doc/screenshots/Grafana8_Kubernetes.jpg )
2020-05-17 09:28:22 +02:00
2021-08-03 08:17:32 +02:00
## Documentation and resources
2020-05-17 09:28:22 +02:00
2022-08-18 20:02:13 +02:00
* Official app website: < https: // grafana . com />
2022-09-03 19:28:57 +02:00
* Upstream app code repository: < https: // github . com / grafana / grafana >
2023-12-04 20:38:12 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / grafana >
2022-08-18 20:02:13 +02:00
* Report a bug: < https: // github . com / YunoHost-Apps / grafana_ynh / issues >
2020-05-17 09:28:22 +02:00
2021-08-03 08:17:32 +02:00
## Developer info
2020-05-17 09:28:22 +02:00
2021-08-03 08:17:32 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/grafana_ynh/tree/testing ).
2020-05-17 09:28:22 +02:00
To try the testing branch, please proceed like that.
2022-08-18 20:02:13 +02:00
``` bash
2020-05-17 09:28:22 +02:00
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
```
2021-08-03 08:17:32 +02:00
2022-08-18 20:02:13 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >