mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Grafana to 90b1eef
This commit is contained in:
parent
7149d736e7
commit
c727e16979
4 changed files with 10 additions and 11 deletions
|
@ -421,10 +421,10 @@ SOFTWARE.
|
||||||
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[ftp-i386-shield]: https://img.shields.io/badge/i386-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/980c5dc
|
[addon-grafana]: https://github.com/hassio-addons/addon-grafana/tree/90b1eef
|
||||||
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/980c5dc/README.md
|
[addon-doc-grafana]: https://github.com/hassio-addons/addon-grafana/blob/90b1eef/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-980c5dc-blue.svg
|
[grafana-version-shield]: https://img.shields.io/badge/version-90b1eef-blue.svg
|
||||||
[grafana-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grafana-armhf.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-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
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
2018/05/28 22:58 UTC - [980c5dc](https://github.com/hassio-addons/addon-grafana/commit/980c5dc02cce1169778d53d1b6413079d3ccc803) by [@frenck](https://github.com/frenck)
|
2018/05/28 23:12 UTC - [90b1eef](https://github.com/hassio-addons/addon-grafana/commit/90b1eefa2e97951220ed6cbfb2ea84db71ad5fbc) by [@frenck](https://github.com/frenck)
|
||||||
> :books: Removed i386 references from README
|
> :ambulance: Corrects ports in add-on configuration
|
||||||
|
|
||||||
|
|
|
@ -47,11 +47,11 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||||
[discord]: https://discord.gg/c5DvZ4e
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
[docs]: https://github.com/hassio-addons/addon-grafana/blob/980c5dc/README.md
|
[docs]: https://github.com/hassio-addons/addon-grafana/blob/90b1eef/README.md
|
||||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||||
[forum]: https://community.home-assistant.io/?u=frenck
|
[forum]: https://community.home-assistant.io/?u=frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-980c5dc-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-90b1eef-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/980c5dc
|
[release]: https://github.com/hassio-addons/addon-grafana/tree/90b1eef
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Grafana",
|
"name": "Grafana",
|
||||||
"version": "980c5dc",
|
"version": "90b1eef",
|
||||||
"slug": "grafana",
|
"slug": "grafana",
|
||||||
"description": "The open platform for beautiful analytics and monitoring",
|
"description": "The open platform for beautiful analytics and monitoring",
|
||||||
"url": "https://community.home-assistant.io/?u=frenck",
|
"url": "https://community.home-assistant.io/?u=frenck",
|
||||||
|
@ -16,8 +16,7 @@
|
||||||
],
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"ports": {
|
"ports": {
|
||||||
"8086/tcp": 8086,
|
"3000/tcp": 3000
|
||||||
"8888/tcp": 8888
|
|
||||||
},
|
},
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"homeassistant_api": false,
|
"homeassistant_api": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue