Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unsigned to README #42

Merged
merged 2 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading