mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +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
|
@ -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)
|
||||
> :books: Removed i386 references from README
|
||||
2018/05/28 23:12 UTC - [90b1eef](https://github.com/hassio-addons/addon-grafana/commit/90b1eefa2e97951220ed6cbfb2ea84db71ad5fbc) by [@frenck](https://github.com/frenck)
|
||||
> :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
|
||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||
[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]: https://community.home-assistant.io/?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-980c5dc-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/980c5dc
|
||||
[release-shield]: https://img.shields.io/badge/version-90b1eef-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-grafana/tree/90b1eef
|
||||
[screenshot]: https://github.com/hassio-addons/addon-grafana/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Grafana",
|
||||
"version": "980c5dc",
|
||||
"version": "90b1eef",
|
||||
"slug": "grafana",
|
||||
"description": "The open platform for beautiful analytics and monitoring",
|
||||
"url": "https://community.home-assistant.io/?u=frenck",
|
||||
|
@ -16,8 +16,7 @@
|
|||
],
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
"8086/tcp": 8086,
|
||||
"8888/tcp": 8888
|
||||
"3000/tcp": 3000
|
||||
},
|
||||
"hassio_api": true,
|
||||
"homeassistant_api": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue