Skip to content

Commit a4c5e39

Browse files
authored
Signed as community plugin (#14)
1 parent 905860b commit a4c5e39

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Update to Grafana 9.4.3 (#13)
88
- Update Bearer token plugin configuration (#13)
9+
- Signed as community plugin (#14)
910

1011
## 1.0.0 (2023-03-02)
1112

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ The Grafana HTTP API Data Source for Grafana allows retrieving data from local a
1717

1818
## Getting Started
1919

20-
Grafana HTTP API Data Source is under development and not included in the Grafana Catalog. It can be downloaded directly from GitHub.
20+
The Grafana HTTP API Data Source can be installed from the [Grafana Catalog](https://grafana.com/grafana/plugins/volkovlabs-grapi-datasource/) or utilizing the Grafana command line tool.
2121

22-
The plugin is signed for Grafana running on `http://localhost:3000`.
22+
For the latter, use the following command.
23+
24+
```bash
25+
grafana-cli plugins install volkovlabs-grapi-datasource
26+
```
2327

2428
## Features
2529

@@ -31,6 +35,7 @@ The plugin is signed for Grafana running on `http://localhost:3000`.
3135

3236
| Section | Description |
3337
| ---------------------------- | ------------------------------------------------------------ |
38+
| [Configuration](https://volkovlabs.io/plugins/volkovlabs-grapi-datasource/configuration) | Explains configuration settings for the Data Source. |
3439
| [Provisioning](https://volkovlabs.io/plugins/volkovlabs-grapi-datasource/provisioning) | Demonstrates how to automatically provision the Data Source. |
3540
| [Release Notes](https://volkovlabs.io/plugins/volkovlabs-grapi-datasource/release) | Stay up to date with the latest features and updates. |
3641

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dev": "grafana-toolkit plugin:dev",
2424
"levitate": "npx @grafana/levitate@latest is-compatible --path src/module.ts --target @grafana/data,@grafana/runtime,@grafana/ui",
2525
"psql": "docker exec -it timescale psql -U postgres",
26-
"sign": "grafana-toolkit plugin:sign --rootUrls http://localhost:3000/",
26+
"sign": "grafana-toolkit plugin:sign",
2727
"start": "docker-compose pull && docker-compose up",
2828
"stop": "docker-compose down",
2929
"test": "grafana-toolkit plugin:test",

0 commit comments

Comments
 (0)