diff --git a/README.md b/README.md index efcd6b1fa..dfa1a2079 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/glances/CHANGELOG.md b/glances/CHANGELOG.md index 06f53b05b..82834bfe1 100644 --- a/glances/CHANGELOG.md +++ b/glances/CHANGELOG.md @@ -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 diff --git a/glances/README.md b/glances/README.md index cf1577986..a9d83511c 100644 --- a/glances/README.md +++ b/glances/README.md @@ -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 \ No newline at end of file diff --git a/glances/config.json b/glances/config.json index 52917e9b1..e2362f506 100644 --- a/glances/config.json +++ b/glances/config.json @@ -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?"