mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Glances to 04bbf1d
This commit is contained in:
parent
0f93f206d0
commit
b2cbb40e8a
4 changed files with 11 additions and 9 deletions
|
@ -663,10 +663,10 @@ 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-glances]: https://github.com/hassio-addons/addon-glances/tree/10072da
|
||||
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/10072da/README.md
|
||||
[addon-glances]: https://github.com/hassio-addons/addon-glances/tree/04bbf1d
|
||||
[addon-doc-glances]: https://github.com/hassio-addons/addon-glances/blob/04bbf1d/README.md
|
||||
[glances-issue]: https://github.com/hassio-addons/addon-glances/issues
|
||||
[glances-version-shield]: https://img.shields.io/badge/version-10072da-blue.svg
|
||||
[glances-version-shield]: https://img.shields.io/badge/version-04bbf1d-blue.svg
|
||||
[glances-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/glances.svg
|
||||
[glances-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[glances-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
2019/01/21 11:50 UTC - [10072da](https://github.com/hassio-addons/addon-glances/commit/10072da0206be1d1851d1556e9da6b0c9a9c5d79) by [@renovate[bot]](https://github.com/apps/renovate)
|
||||
> :arrow_up: Updates glances to v3.1.0 (#2)
|
||||
2019/02/05 21:25 UTC - [04bbf1d](https://github.com/hassio-addons/addon-glances/commit/04bbf1d516231d0d084244f6610a1b6ae3af1961) by [@frenck](https://github.com/frenck)
|
||||
> :shirt: Tidy documentation
|
||||
|
||||
|
|
|
@ -45,13 +45,13 @@ 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/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-glances/blob/10072da/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-glances/blob/04bbf1d/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/2019.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-10072da-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-glances/tree/10072da
|
||||
[release-shield]: https://img.shields.io/badge/version-04bbf1d-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-glances/tree/04bbf1d
|
||||
[screenshot]: https://github.com/hassio-addons/addon-glances/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Glances",
|
||||
"version": "10072da",
|
||||
"version": "04bbf1d",
|
||||
"slug": "glances",
|
||||
"description": "A cross-platform system monitoring tool",
|
||||
"url": "https://github.com/hassio-addons/addon-glances",
|
||||
|
@ -39,6 +39,7 @@
|
|||
"username": "glances",
|
||||
"password": "",
|
||||
"database": "glances",
|
||||
"prefix": "localhost",
|
||||
"interval": 60
|
||||
}
|
||||
},
|
||||
|
@ -54,6 +55,7 @@
|
|||
"username": "str",
|
||||
"password": "str",
|
||||
"database": "str",
|
||||
"prefix": "str",
|
||||
"interval": "int"
|
||||
},
|
||||
"leave_front_door_open": "bool?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue