From db830a8b5495e3259ff3021cbc0fcebd98d85266 Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 17 Jul 2025 17:25:26 -0400 Subject: [PATCH] Add readme with a short guide for plugins --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index e69de29..7a9b8d2 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,32 @@ +# Grafana + +> The open and composable observability and data visualization platform. + + + +* **Category**: Apps +* **Status**: wip +* **Image**: [`grafana`](https://hub.docker.com/r/grafana/grafana), 4, upstream +* **Healthcheck**: +* **Backups**: +* **Email**: +* **Tests**: +* **SSO**: + + + +## Quick start + +* `abra app new grafana` +* `abra app config ` +* `abra app deploy ` + +## Plugins + +To install and enable a grafana plugin start by finding the repository name, for example the [ClickHouse datasource](https://grafana.com/grafana/plugins/grafana-clickhouse-datasource/?tab=installation) is "grafana-clickhouse-datasource". + +Open the config options for your instance with `abra app config `, Take the plugin repository name and paste it in the variable `GRAFANA_PLUGINS`. + +If you would like to add multiple plugins just make sure they are comma separated eg. `GRAFANA_PLUGINS=grafana-clickhouse-datasource, alexanderzobnin-zabbix-app`. + +For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech). \ No newline at end of file