Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed May 25, 2023
1 parent 10f3094 commit 9373366
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ curl https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.1.
```bash
mkdir -p grafana-storage/plugins
unzip quickwit-quickwit-datasource-0.1.0.zip -d grafana/plugins
docker run --rm -p 3000:3000 -e GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=quickwit-quickwit-datasource -v ${PWD}/grafana-storage:/var/lib/grafana --name grafana-enterprise grafana/grafana-enterprise
```

If you want to bypass the authentication, add the following environment variables to the `docker run` command:

```bash
docker run --rm -p 3000:3000 \
-e GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=quickwit-quickwit-datasource \
-e GF_AUTH_DISABLE_LOGIN_FORM=true \
Expand All @@ -38,6 +32,8 @@ docker run --rm -p 3000:3000 \
--name grafana-enterprise grafana/grafana-enterprise
```

If you want to keep the authentication, remove environment variables `GF_AUTH_DISABLE_LOGIN_FORM`, `GF_AUTH_ANONYMOUS_ENABLED` and `GF_AUTH_ANONYMOUS_ORG_ROLE`.

You're all set!

### Plugins management
Expand Down

0 comments on commit 9373366

Please sign in to comment.