diff --git a/README.md b/README.md index 17fb3a04f..483acf3e6 100644 --- a/README.md +++ b/README.md @@ -729,10 +729,10 @@ SOFTWARE. [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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-phlex]: https://github.com/hassio-addons/addon-phlex/tree/79da6e5 -[addon-doc-phlex]: https://github.com/hassio-addons/addon-phlex/blob/79da6e5/README.md +[addon-phlex]: https://github.com/hassio-addons/addon-phlex/tree/72f60aa +[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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [phlex-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/phlex/CHANGELOG.md b/phlex/CHANGELOG.md index f6cbca426..9c61fc752 100644 --- a/phlex/CHANGELOG.md +++ b/phlex/CHANGELOG.md @@ -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) -> :arrow_up: Upgrades base image to v2.3.0 +2018/09/25 10:16 UTC - [72f60aa](https://github.com/hassio-addons/addon-phlex/commit/72f60aa1981889fbf2f08ff29927b7a49e5b87db) by [@frenck](https://github.com/frenck) +> :snowflake: Adds Hassio API security role diff --git a/phlex/README.md b/phlex/README.md index 8a86597f0..b341801dd 100644 --- a/phlex/README.md +++ b/phlex/README.md @@ -42,12 +42,12 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/ludeeus [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [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]: https://community.home-assistant.io [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [phlex-wiki]: https://github.com/d8ahazard/Phlex/wiki [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]: https://github.com/hassio-addons/addon-phlex/tree/79da6e5 +[release-shield]: https://img.shields.io/badge/version-72f60aa-blue.svg +[release]: https://github.com/hassio-addons/addon-phlex/tree/72f60aa [screenshot]: https://github.com/hassio-addons/addon-phlex/raw/master/images/screenshot.png \ No newline at end of file diff --git a/phlex/config.json b/phlex/config.json index 9032181e7..978cddce8 100644 --- a/phlex/config.json +++ b/phlex/config.json @@ -1,6 +1,6 @@ { "name": "Phlex", - "version": "79da6e5", + "version": "72f60aa", "slug": "phlex", "description": "A super-sexy voice interface for Plex", "url": "https://github.com/hassio-addons/addon-phlex/tree/master/README.md", @@ -14,6 +14,7 @@ ], "boot": "auto", "hassio_api": true, + "hassio_role": "default", "ports": { "1778/tcp": 1778 },