⬆️ Updating add-on Phlex to 72f60aa

This commit is contained in:
Community Hass.io Add-ons Bot 2018-09-25 10:47:44 +00:00
parent 868b80dbcc
commit e90928fbd9
4 changed files with 10 additions and 9 deletions

View file

@ -729,10 +729,10 @@ SOFTWARE.
[octobox-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [octobox-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[octobox-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [octobox-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[octobox-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [octobox-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-phlex]: https://github.com/hassio-addons/addon-phlex/tree/79da6e5 [addon-phlex]: https://github.com/hassio-addons/addon-phlex/tree/72f60aa
[addon-doc-phlex]: https://github.com/hassio-addons/addon-phlex/blob/79da6e5/README.md [addon-doc-phlex]: https://github.com/hassio-addons/addon-phlex/blob/72f60aa/README.md
[phlex-issue]: https://github.com/hassio-addons/addon-phlex/issues [phlex-issue]: https://github.com/hassio-addons/addon-phlex/issues
[phlex-version-shield]: https://img.shields.io/badge/version-79da6e5-blue.svg [phlex-version-shield]: https://img.shields.io/badge/version-72f60aa-blue.svg
[phlex-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/phlex.svg [phlex-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/phlex.svg
[phlex-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [phlex-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[phlex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [phlex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,3 +1,3 @@
2018/09/24 21:12 UTC - [79da6e5](https://github.com/hassio-addons/addon-phlex/commit/79da6e5ef16e1204a5a4fec78b4726eea01025c1) by [@frenck](https://github.com/frenck) 2018/09/25 10:16 UTC - [72f60aa](https://github.com/hassio-addons/addon-phlex/commit/72f60aa1981889fbf2f08ff29927b7a49e5b87db) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades base image to v2.3.0 > :snowflake: Adds Hassio API security role

View file

@ -42,12 +42,12 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/ludeeus [buymeacoffee]: https://www.buymeacoffee.com/ludeeus
[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-phlex/blob/79da6e5/README.md [docs]: https://github.com/hassio-addons/addon-phlex/blob/72f60aa/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 [forum]: https://community.home-assistant.io
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[phlex-wiki]: https://github.com/d8ahazard/Phlex/wiki [phlex-wiki]: https://github.com/d8ahazard/Phlex/wiki
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-79da6e5-blue.svg [release-shield]: https://img.shields.io/badge/version-72f60aa-blue.svg
[release]: https://github.com/hassio-addons/addon-phlex/tree/79da6e5 [release]: https://github.com/hassio-addons/addon-phlex/tree/72f60aa
[screenshot]: https://github.com/hassio-addons/addon-phlex/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-phlex/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Phlex", "name": "Phlex",
"version": "79da6e5", "version": "72f60aa",
"slug": "phlex", "slug": "phlex",
"description": "A super-sexy voice interface for Plex", "description": "A super-sexy voice interface for Plex",
"url": "https://github.com/hassio-addons/addon-phlex/tree/master/README.md", "url": "https://github.com/hassio-addons/addon-phlex/tree/master/README.md",
@ -14,6 +14,7 @@
], ],
"boot": "auto", "boot": "auto",
"hassio_api": true, "hassio_api": true,
"hassio_role": "default",
"ports": { "ports": {
"1778/tcp": 1778 "1778/tcp": 1778
}, },