Skip to content

Commit

Permalink
Disable anonymous login to Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Jan 11, 2022
1 parent c0e4a0b commit fff6915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM grafana/grafana:7.5.12

ENV GF_ANALYTICS_REPORTING_ENABLED=FALSE \
GF_AUTH_ANONYMOUS_ENABLED=true \
GF_AUTH_ANONYMOUS_ENABLED=false \
GF_AUTH_BASIC_ENABLED=false \
GF_PATHS_PLUGINS="/var/lib/grafana-plugins" \
GF_SECURITY_ADMIN_PASSWORD=admin \
Expand Down
2 changes: 1 addition & 1 deletion website/docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This setup is recommended only if you are running TeslaMate **on your home netwo

1. Open the web interface [http://your-ip-address:4000](http://localhost:4000)
2. Sign in with your Tesla account
3. The Grafana dashboards are available at [http://your-ip-address:3000](http://localhost:3000).
3. The Grafana dashboards are available at [http://your-ip-address:3000](http://localhost:3000). Log in with the default user `admin` (inital password `admin`) and enter a secure password.

## [Update](../upgrading.mdx)

Expand Down

0 comments on commit fff6915

Please sign in to comment.