diff --git a/README.md b/README.md index ef87866d..4a286673 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,19 @@ Take back control of your GitHub notifications [:books: Octobox add-on documentation][addon-doc-octobox] +### ✓ [Phlex][addon-phlex] + +![Latest Version][phlex-version-shield] +![Supports armhf Architecture][phlex-armhf-shield] +![Supports aarch64 Architecture][phlex-aarch64-shield] +![Supports amd64 Architecture][phlex-amd64-shield] +![Supports i386 Architecture][phlex-i386-shield] +![Docker Pulls][phlex-pulls-shield] + +A super-sexy text and voice interface for Plex + +[:books: Phlex add-on documentation][addon-doc-phlex] + ### ✓ [Pi-hole][addon-pi-hole] ![Latest Version][pi-hole-version-shield] @@ -474,6 +487,7 @@ on the correct GitHub repository matching the add-on. - [Open an issue for the add-on: MQTT Server & Web client][mqtt-issue] - [Open an issue for the add-on: Node-RED][node-red-issue] - [Open an issue for the add-on: Octobox][octobox-issue] +- [Open an issue for the add-on: Phlex][phlex-issue] - [Open an issue for the add-on: Pi-hole][pi-hole-issue] - [Open an issue for the add-on: Plex Media Server][plex-issue] - [Open an issue for the add-on: Portainer][portainer-issue] @@ -697,6 +711,15 @@ 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/v0.1.0 +[addon-doc-phlex]: https://github.com/hassio-addons/addon-phlex/blob/v0.1.0/README.md +[phlex-issue]: https://github.com/hassio-addons/addon-phlex/issues +[phlex-version-shield]: https://img.shields.io/badge/version-v0.1.0-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 +[phlex-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg +[phlex-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [addon-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/tree/v2.0.4 [addon-doc-pi-hole]: https://github.com/hassio-addons/addon-pi-hole/blob/v2.0.4/README.md [pi-hole-issue]: https://github.com/hassio-addons/addon-pi-hole/issues diff --git a/phlex/CHANGELOG.md b/phlex/CHANGELOG.md new file mode 100644 index 00000000..ececd805 --- /dev/null +++ b/phlex/CHANGELOG.md @@ -0,0 +1 @@ +🎉 Initial release! \ No newline at end of file diff --git a/phlex/README.md b/phlex/README.md new file mode 100644 index 00000000..78076261 --- /dev/null +++ b/phlex/README.md @@ -0,0 +1,50 @@ +# Community Hass.io Add-ons: Phlex + +[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] + +[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] + +[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] + +A super-sexy text and voice interface for Plex. + +## About + +The purpose of [Phlex][phlex-wiki] is to provide a natural language interface +for Home Theater applications - effectively bridging the current gap between +commercial AI Solutions like Google Home/Alexa and personal +web applications like Plex. + +[Click here for the full documentation][docs] + +![Screenshot][screenshot] + +## WARNING! THIS IS A BETA VERSION! + +This Hass.io Add-ons repository contains beta releases of add-ons. + +- They might stop working at any time. +- They could have a negative impact on your system. + +This repository was created for: + +- Anybody willing to test. +- Anybody interested in trying out upcoming add-ons or add-on features. + +If you are more interested in stable releases of our add-ons: + + + +[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg +[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/v0.1.0/README.md +[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg +[forum]: https://community.home-assistant.io/t/community-hass-io-add-ons-phlex/70378 +[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-v0.1.0-blue.svg +[release]: https://github.com/hassio-addons/addon-phlex/tree/v0.1.0 +[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 new file mode 100644 index 00000000..4a119786 --- /dev/null +++ b/phlex/config.json @@ -0,0 +1,44 @@ +{ + "name": "Phlex", + "version": "0.1.0", + "slug": "phlex", + "description": "A super-sexy text and voice interface for Plex", + "url": "https://github.com/hassio-addons/addon-phlex/tree/master/README.md", + "webui": "[PROTO:ssl]://[HOST]:[PORT:1778]", + "startup": "services", + "arch": [ + "aarch64", + "amd64", + "armhf", + "i386" + ], + "boot": "auto", + "hassio_api": true, + "hassio_role": "default", + "homeassistant_api": false, + "ports": { + "1778/tcp": 1778 + }, + "map": [ + "ssl", + "config" + ], + "options": { + "log_level": "info", + "ssl": true, + "certfile": "fullchain.pem", + "keyfile": "privkey.pem", + "ipv6": false + }, + "schema": { + "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", + "ssl": "bool", + "certfile": "str", + "keyfile": "str", + "ipv6": "bool" + }, + "environment": { + "LOG_FORMAT": "{LEVEL}: {MESSAGE}" + }, + "image": "hassioaddons/phlex" +} \ No newline at end of file diff --git a/phlex/icon.png b/phlex/icon.png new file mode 100644 index 00000000..e3d140fb Binary files /dev/null and b/phlex/icon.png differ diff --git a/phlex/logo.png b/phlex/logo.png new file mode 100644 index 00000000..e3d140fb Binary files /dev/null and b/phlex/logo.png differ