You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2024. It is now read-only.
The Abc Application is a template we created to streamline our development process and gladly share it with the Grafana community.
7
11
8
-
## Introduction
12
+
We created many Grafana applications to this moment. To make the creation process efficient, starting with a well-constructed template is always easier.
9
13
10
-
The ABC Application is a template to create a new application plugin for Grafana.
14
+
Generate an application template with [https://github.com/VolkovLabs/volkovlabs-abc-app/generate](https://github.com/VolkovLabs/volkovlabs-abc-app/generate).
11
15
12
-
###Requirements
16
+
## Requirements
13
17
14
-
- Grafana 8.5+, Grafana 9.0+ is required for version 2.X.
15
-
- Grafana 8.0+ is required for version 1.X.
18
+
-**Grafana 8.5+, Grafana 9.0+** is required for version 2.X.
19
+
-**Grafana 8.0+** is required for version 1.X.
16
20
17
21
## Getting Started
18
22
@@ -30,32 +34,33 @@ yarn build
30
34
31
35
3. Sign the plugins if required
32
36
33
-
```
34
-
export GRAFANA_API_KEY=erXXXX==
37
+
```bash
38
+
export GRAFANA_API_KEY=erfdfsgfs==
35
39
yarn sign
36
40
```
37
41
38
-
4. Start Docker container
42
+
4. Start the Docker container
39
43
40
44
```bash
41
45
yarn run start
42
46
```
43
47
44
48
## Features
45
49
46
-
- Use `docker-compose` to start development environment with provisioned application, panels and dashboard.
50
+
- Use `docker-compose` to start the development environment with a provisioned application, panels, and dashboard.
47
51
- Provides unit test configuration.
48
52
- Based on the latest version of Grafana.
49
53
- Includes GitHub Actions for CI and Release.
50
54
- Includes secure configuration for NGINX reverse proxy.
51
55
52
56
## Feedback
53
57
54
-
We love to hear from users, developers, and the whole community interested in this plugin. These are various ways to get in touch with us:
58
+
We love to hear from you. There are various ways to get in touch with us:
55
59
56
60
- Ask a question, request a new feature, and file a bug with [GitHub issues](https://github.com/volkovlabs/volkovlabs-abc-app/issues/new/choose).
61
+
- Sponsor our open-source plugins for Grafana with [GitHub Sponsor](https://github.com/sponsors/VolkovLabs).
57
62
- Star the repository to show your support.
58
63
59
64
## License
60
65
61
-
-Apache License Version 2.0, see [LICENSE](https://github.com/volkovlabs/volkovlabs-abc-app/blob/main/LICENSE).
66
+
Apache License Version 2.0, see [LICENSE](https://github.com/volkovlabs/volkovlabs-abc-app/blob/main/LICENSE).
0 commit comments