Skip to content

Commit

Permalink
Release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Jun 20, 2020
1 parent 00a52e7 commit f8d5a57
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
23 changes: 21 additions & 2 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,33 @@ A simple panel that shows only one button - to integrate with any kind of HTTP/R
* Support API key via header `X-API-Key` or query parameter `?api-key`
* Custom label text & Grafana template design

## Configuration

![Screenshot](img/screenshot.png)

## Usage

![Screencast](img/screencast.gif)

## Install

Use [Grafana's environment variable](https://grafana.com/docs/grafana/latest/installation/docker/#build-and-run-a-docker-image-with-pre-installed-plugins) to add this plugin to your installation:
### CLI

Via the [Grafana CLI](https://grafana.com/docs/grafana/latest/administration/cli/):

```BASH
$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.1/cloudspout-button-panel.zip \
plugins install cloudspout-button-panel
```
GF_INSTALL_PLUGINS="https://github.com/cloudspout/cloudspout-button-panel/releases/download/1.0.3/cloudspout-button-panel.zip;cloudspout-button-panel"

### Docker

Use [Grafana's environment variable](https://grafana.com/docs/grafana/latest/installation/docker/#build-and-run-a-docker-image-with-pre-installed-plugins) to add this plugin to your installation:

```BASH
$ docker run -p 3000:3000 -it \
-e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.1/cloudspout-button-panel.zip;cloudspout-button-panel" \
grafana/grafana:7.0.3
```


Expand Down
2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"screenshots": [],
"version": "7.0.0",
"version": "7.0.1",
"updated": "2020-06-20"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudspout-button-panel",
"version": "7.0.0",
"version": "7.0.1",
"description": "Panel for a single button",
"scripts": {
"clean": "rm -rf dist/",
Expand Down

0 comments on commit f8d5a57

Please sign in to comment.