⬆️ Updating add-on Grafana to ddfb035

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-10 10:38:18 +00:00
parent 560c0cebb0
commit 16bc6ed5e2
5 changed files with 45 additions and 6 deletions

View file

@ -851,10 +851,10 @@ SOFTWARE.
[glances-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[glances-i386-shield]: https://img.shields.io/badge/i386-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-grafana]: https://github.com/hassio-addons/addon-grafana/tree/ddfb035
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/930ec60/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[grafana-amd64-shield]: https://img.shields.io/badge/amd64-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 [grafana-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,4 +1,23 @@
# Changelog since v6.2.0 # 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 <frenck@frenck.nl>
* Add required newlines and remove extra quotes
* Remove link to forum post
* Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
- Add /health as watchdog url (#129) - Add /health as watchdog url (#129)
* Add /health as watchdog url * Add /health as watchdog url

View file

@ -113,6 +113,26 @@ for Home Assistant.
1. Hit Save & Test 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 ## Known issues and limitations
- This add-on does support ARM-based devices, nevertheless, they must - This add-on does support ARM-based devices, nevertheless, they must

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [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-shield]: https://img.shields.io/badge/version-ddfb035-blue.svg
[release]: https://github.com/hassio-addons/addon-grafana/tree/930ec60 [release]: https://github.com/hassio-addons/addon-grafana/tree/ddfb035
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/main/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-grafana/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Grafana", "name": "Grafana",
"version": "930ec60", "version": "ddfb035",
"slug": "grafana", "slug": "grafana",
"description": "The open platform for beautiful analytics and monitoring", "description": "The open platform for beautiful analytics and monitoring",
"url": "https://github.com/hassio-addons/addon-grafana", "url": "https://github.com/hassio-addons/addon-grafana",