diff --git a/README.md b/README.md index 6b8f2dc1a..714d48f26 100644 --- a/README.md +++ b/README.md @@ -851,10 +851,10 @@ SOFTWARE. [glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [glances-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [glances-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/930ec60 -[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/930ec60/README.md +[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/ddfb035 +[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/ddfb035/README.md [grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues -[grafana-version-shield]: https://img.shields.io/badge/version-930ec60-blue.svg +[grafana-version-shield]: https://img.shields.io/badge/version-ddfb035-blue.svg [grafana-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [grafana-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/grafana/CHANGELOG.md b/grafana/CHANGELOG.md index 840594cdd..426d70777 100644 --- a/grafana/CHANGELOG.md +++ b/grafana/CHANGELOG.md @@ -1,4 +1,23 @@ # Changelog since v6.2.0 +- Document anonymous access and limitations (#101) + +* Document anonymous access and limitations + +* Set yaml codefence and fix line length + +* Use double quotes for YAML example + +* Fix minor word and text layouts + +Co-authored-by: Franck Nijhof + +* Add required newlines and remove extra quotes + +* Remove link to forum post + +* Tweak + +Co-authored-by: Franck Nijhof - Add /health as watchdog url (#129) * Add /health as watchdog url diff --git a/grafana/DOCS.md b/grafana/DOCS.md index 942f4aa8a..0535ca066 100644 --- a/grafana/DOCS.md +++ b/grafana/DOCS.md @@ -113,6 +113,26 @@ for Home Assistant. 1. Hit Save & Test +## Anonymous Access + +Anonymous access on a local network is possible by exposing the port in the +add-on configuration, along with setting the following environment variables: + +```yaml +env_vars: + - name: GF_AUTH_ANONYMOUS_ACCESS_ENABLED + value: "true" + - name: GF_AUTH_ANONYMOUS_ACCESS_ORG_NAME + value: "Main Org." + - name: GF_AUTH_ANONYMOUS_ACCESS_ORG_ROLE + value: "Viewer" +``` + +It is not possible to enable anonymous or non-administrator access with Home +Assistant Cloud. This includes embedding Grafana resources with an iframe or +rendered image inside of a dashboard. For more details see +[Anonymous login not working, Grafana add-on 3.0.0 #55](https://github.com/hassio-addons/addon-grafana/issues/55). + ## Known issues and limitations - This add-on does support ARM-based devices, nevertheless, they must diff --git a/grafana/README.md b/grafana/README.md index be0a1461c..4df4e79ee 100644 --- a/grafana/README.md +++ b/grafana/README.md @@ -53,6 +53,6 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-930ec60-blue.svg -[release]: https://github.com/hassio-addons/addon-grafana/tree/930ec60 +[release-shield]: https://img.shields.io/badge/version-ddfb035-blue.svg +[release]: https://github.com/hassio-addons/addon-grafana/tree/ddfb035 [screenshot]: https://github.com/hassio-addons/addon-grafana/raw/main/images/screenshot.png \ No newline at end of file diff --git a/grafana/config.json b/grafana/config.json index 64b7666dc..74cf13f20 100644 --- a/grafana/config.json +++ b/grafana/config.json @@ -1,6 +1,6 @@ { "name": "Grafana", - "version": "930ec60", + "version": "ddfb035", "slug": "grafana", "description": "The open platform for beautiful analytics and monitoring", "url": "https://github.com/hassio-addons/addon-grafana",