v1.25.1
版本发布时间: 2022-01-12 07:42:11
teslamate-org/teslamate最新发布版本:v1.31.1(2024-10-30 02:19:37)
Disable anonymous logins to Grafana by default (when using the teslamate/grafana
Docker image)
- The first time you visit Grafana, you will be asked to log in. Use the default user
admin
with the passwordadmin
. After successful login, you will be prompted to change the password. - To allow anonymous logins set the environment variable of the Grafana image
GF_AUTH_ANONYMOUS_ENABLED
totrue
(use only if your Grafana instance is not exposed to the internet!)
This change only affects users who followed the basic Docker installation guide which, as mentioned in the guide, is intended for home network use only and not for exposure to the internet. Users who followed one of the advanced installation guides are not affected as their Grafana instances always had anonymous logins disabled.