diff --git a/README.md b/README.md index 4d4b8c2f..22018296 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,19 @@ A secure and fast FTP server for Hass.io [:books: FTP add-on documentation][addon-doc-ftp] +### ✓ [Grafana][addon-grafana] + +![Latest Version][grafana-version-shield] +![Supports armhf Architecture][grafana-armhf-shield] +![Supports aarch64 Architecture][grafana-aarch64-shield] +![Supports amd64 Architecture][grafana-amd64-shield] +![Supports i386 Architecture][grafana-i386-shield] +![Docker Pulls][grafana-pulls-shield] + +The open platform for beautiful analytics and monitoring + +[:books: Grafana add-on documentation][addon-doc-grafana] + ### ✓ [Happy Bubbles][addon-happy-bubbles] ![Latest Version][happy-bubbles-version-shield] @@ -292,6 +305,7 @@ on the correct GitHub repository matching the add-on. - [Open an issue for the add-on: AppDaemon][appdaemon3-issue] - [Open an issue for the add-on: Example][example-issue] - [Open an issue for the add-on: FTP][ftp-issue] +- [Open an issue for the add-on: Grafana][grafana-issue] - [Open an issue for the add-on: Happy Bubbles][happy-bubbles-issue] - [Open an issue for the add-on: Home Assistant Control Panel][control-panel-issue] - [Open an issue for the add-on: Homebridge][homebridge-issue] @@ -398,6 +412,15 @@ SOFTWARE. [ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg +[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/v0.1.0 +[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/v0.1.0/README.md +[grafana-issue]: https://github.com/hassio-addons/addon-grafana/issues +[grafana-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[grafana-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grafana-armhf.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-yes-green.svg +[grafana-i386-shield]: https://img.shields.io/badge/i386-no-red.svg [addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v0.3.0 [addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v0.3.0/README.md [happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues diff --git a/grafana/CHANGELOG.md b/grafana/CHANGELOG.md new file mode 100644 index 00000000..be787ead --- /dev/null +++ b/grafana/CHANGELOG.md @@ -0,0 +1 @@ +🎉 Initial release! \ No newline at end of file diff --git a/grafana/README.md b/grafana/README.md new file mode 100644 index 00000000..7d171630 --- /dev/null +++ b/grafana/README.md @@ -0,0 +1,54 @@ +# Community Hass.io Add-ons: Grafana + +[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] + +[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] + +[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] + +The open platform for beautiful analytics and monitoring. + +## About + +The analytics platform for all your metrics. + +Grafana allows you to query, visualize, alert on and understand your metrics +no matter where they are stored. Create, explore, and share dashboards. Learn +about your Home Automation system using sexy and compelling graphs, and other +data visualizations. + +Combine this add-on with the InfluxDB add-on to get insanely powerful +insights to your home. + +[Click here for the full documentation][docs] + +![Grafana in the Home Assistant Frontend][screenshot] + +## WARNING! THIS IS A BETA VERSION! + +This Hass.io Add-ons repository contains beta releases of add-ons. + +- They might stop working at any time. +- They could have a negative impact on your system. + +This repository was created for: + +- Anybody willing to test. +- Anybody interested in trying out upcoming add-ons or add-on features. + +If you are more interested in stable releases of our add-ons: + + + +[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg +[buymeacoffee]: https://www.buymeacoffee.com/frenck +[discord-shield]: https://img.shields.io/discord/330944238910963714.svg +[discord]: https://discord.gg/c5DvZ4e +[docs]: https://github.com/hassio-addons/addon-grafana/blob/v0.1.0/README.md +[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg +[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-grafana/54674?u=frenck +[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg +[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg +[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-grafana/tree/v0.1.0 +[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png \ No newline at end of file diff --git a/grafana/config.json b/grafana/config.json new file mode 100644 index 00000000..efd2d350 --- /dev/null +++ b/grafana/config.json @@ -0,0 +1,44 @@ +{ + "name": "Grafana", + "version": "0.1.0", + "slug": "grafana", + "description": "The open platform for beautiful analytics and monitoring", + "url": "https://community.home-assistant.io/t/community-hass-io-add-on-grafana/54674?u=frenck", + "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]", + "startup": "services", + "arch": [ + "aarch64", + "amd64", + "armhf" + ], + "map": [ + "ssl" + ], + "boot": "auto", + "ports": { + "3000/tcp": 3000 + }, + "hassio_api": true, + "homeassistant_api": false, + "host_network": false, + "options": { + "log_level": "info", + "ssl": false, + "certfile": "fullchain.pem", + "keyfile": "privkey.pem", + "plugins": [] + }, + "schema": { + "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", + "ssl": "bool", + "certfile": "str", + "keyfile": "str", + "plugins": [ + "str" + ] + }, + "environment": { + "LOG_FORMAT": "{LEVEL}: {MESSAGE}" + }, + "image": "hassioaddons/grafana-{arch}" +} \ No newline at end of file diff --git a/grafana/icon.png b/grafana/icon.png new file mode 100644 index 00000000..e9dff3b0 Binary files /dev/null and b/grafana/icon.png differ diff --git a/grafana/logo.png b/grafana/logo.png new file mode 100644 index 00000000..081dfb32 Binary files /dev/null and b/grafana/logo.png differ