Skip to content

Commit

Permalink
Add unsigned to README (#42)
Browse files Browse the repository at this point in the history
* Add unsigned to README

* Update CHANGELOG.md
  • Loading branch information
mikhail-vl authored Jul 11, 2024
1 parent fb953f7 commit 9734386
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Updated E2E tests to use Docker (#39)
- Updated Grafana 11 dependencies (#40)
- Updated workflow actions (#40)
- Added unsigned archive (#41)
- Added unsigned archive (#41, #42)

## 3.1.0 (2023-10-13)

Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,22 @@ The Environment Data Source is a plugin for Grafana that returns environment var

Environment Data Source is not included in the Grafana Catalog. It can be installed directly from GitHub.

### Signed http://localhost:3000/ version

Can be used behind the proxy server (NGINX).

```bash
grafana cli --pluginUrl https://github.com/VolkovLabs/volkovlabs-env-datasource/releases/download/v4.0.0/volkovlabs-env-datasource-4.0.0.zip plugins install volkovlabs-env-datasource
```

### Unsigned version

Can be used with any Grafana instance. Requires to add the environment data source to the allowed unsigned plugin configuration.

```bash
grafana cli --pluginUrl https://github.com/VolkovLabs/volkovlabs-env-datasource/releases/download/v4.0.0/volkovlabs-env-datasource-4.0.0.unsigned.zip plugins install volkovlabs-env-datasource
```

## Highlights

- Returns Environment Variables.
Expand Down

0 comments on commit 9734386

Please sign in to comment.