diff --git a/.github/settings.yml b/.github/settings.yml index 36fb257..be0e7dc 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,8 +1,8 @@ --- repository: - description: "FlexTV - Community Hass.io Add-on for Home Assistant" + description: "FlexTV - Home Assistant Community Add-ons" homepage: https://addons.community - topics: phlex, morror, hassio-addons, hassio, hass, home-assistant, homeassistant + topics: phlex, morror, addon, addons, home-assistant, homeassistant private: false has_issues: true has_projects: false diff --git a/README.md b/README.md index 7a85307..5c3c742 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: FlexTV +# Home Assistant Community Add-on: FlexTV [![GitHub Release][releases-shield]][releases] ![Project Stage][project-stage-shield] @@ -33,12 +33,13 @@ Plex. ## Installation The installation of this add-on is pretty straightforward and not different in -comparison to installing any other Hass.io add-on. +comparison to installing any other Home Assistant add-on. **NOTE:** Before you install this add-on you need to install the [FlexTV.bundle][flextv-bundle] Plug-in on your Plex server. -1. [Add our Hass.io add-ons repository][repository] to your Hass.io instance. +1. Search for the "FlexTV" add-on in the Home Assistant add-on store and + install it. 1. Install the "FlexTV" add-on. 1. Start the "FlexTV" add-on 1. Check the logs of the "FlexTV" add-on to see if everything went well. @@ -100,13 +101,13 @@ to enable it, `false` otherwise. The certificate file to use for SSL. -**Note**: _The file MUST be stored in `/ssl/`, which is the default for Hass.io_ +**Note**: _The file MUST be stored in `/ssl/`, which is the default_ ### Option: `keyfile` The private key file to use for SSL. -**Note**: _The file MUST be stored in `/ssl/`, which is the default for Hass.io_ +**Note**: _The file MUST be stored in `/ssl/`, which is the default_ ## Embedding into Home Assistant @@ -145,7 +146,7 @@ Got questions? You have several options to get them answered: -- The [Community Hass.io Add-ons Discord chat server][discord] for add-on +- The [Home Assistant Community Add-ons Discord chat server][discord] for add-on support and feature requests. - The [Home Assistant Discord chat server][discord-ha] for general Home Assistant discussions and questions. @@ -171,11 +172,11 @@ The original setup of this repository is by [Joakim Sørensen][ludeeus]. For a full list of all authors and contributors, check [the contributor's page][contributors]. -## We have got some Hass.io add-ons for you +## We have got some Home Assistant add-ons for you -Want some more functionality to your Hass.io Home Assistant instance? +Want some more functionality to your Home Assistant instance? -We have created multiple add-ons for Hass.io. For a full list, check out +We have created multiple add-ons for Home Assistant. For a full list, check out our [GitHub Repository][repository]. ## License diff --git a/phlex/.README.j2 b/phlex/.README.j2 index c927bc9..9632d8f 100644 --- a/phlex/.README.j2 +++ b/phlex/.README.j2 @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: FlexTV +# Home Assistant Community Add-on: FlexTV [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -22,8 +22,8 @@ web applications like Plex. {% if channel == "edge" %} ## WARNING! THIS IS AN EDGE VERSION! -This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds -add-ons are based upon the latest development version. +This Home Assistant Add-ons repository contains edge builds of add-ons. +Edge builds add-ons are based upon the latest development version. - They may not work at all. - They might stop working at any time. @@ -43,7 +43,7 @@ If you are more interested in stable releases of our add-ons: {% if channel == "beta" %} ## WARNING! THIS IS A BETA VERSION! -This Hass.io Add-ons repository contains beta releases of add-ons. +This Home Assistant 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. diff --git a/phlex/Dockerfile b/phlex/Dockerfile index 39baf30..b2f832c 100644 --- a/phlex/Dockerfile +++ b/phlex/Dockerfile @@ -61,4 +61,4 @@ LABEL \ org.label-schema.usage="https://github.com/hassio-addons/addon-phlex/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-phlex" \ - org.label-schema.vendor="Community Hass.io Add-ons" + org.label-schema.vendor="Home Assistant Community Add-ons" diff --git a/phlex/rootfs/etc/cont-init.d/nginx.sh b/phlex/rootfs/etc/cont-init.d/nginx.sh index 4108230..9084e1f 100644 --- a/phlex/rootfs/etc/cont-init.d/nginx.sh +++ b/phlex/rootfs/etc/cont-init.d/nginx.sh @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Hass.io Add-ons: FlexTV +# Home Assistant Community Add-on: FlexTV # Configures NGINX for use with FlexTV # ============================================================================== declare certfile diff --git a/phlex/rootfs/etc/cont-init.d/phlex.sh b/phlex/rootfs/etc/cont-init.d/phlex.sh index 37eaf09..df50166 100644 --- a/phlex/rootfs/etc/cont-init.d/phlex.sh +++ b/phlex/rootfs/etc/cont-init.d/phlex.sh @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Hass.io Add-ons: FlexTV +# Home Assistant Community Add-on: FlexTV # Configures FlexTV # ============================================================================== @@ -9,4 +9,4 @@ if ! bashio::fs.file_exists '/data/config.php'; then fi ln -sf /data/config.php /opt/rw/config.php -chown nginx:nginx /data/config.php \ No newline at end of file +chown nginx:nginx /data/config.php diff --git a/phlex/rootfs/etc/services.d/nginx/finish b/phlex/rootfs/etc/services.d/nginx/finish index 9464ef4..93a9e95 100644 --- a/phlex/rootfs/etc/services.d/nginx/finish +++ b/phlex/rootfs/etc/services.d/nginx/finish @@ -1,6 +1,6 @@ #!/usr/bin/execlineb -S0 # ============================================================================== -# Community Hass.io Add-ons: FlexTV +# Home Assistant Community Add-on: FlexTV # Take down the S6 supervision tree when NGINX fails # ============================================================================== if -n { s6-test $# -ne 0 } diff --git a/phlex/rootfs/etc/services.d/nginx/run b/phlex/rootfs/etc/services.d/nginx/run index b26a691..ad2c3e6 100644 --- a/phlex/rootfs/etc/services.d/nginx/run +++ b/phlex/rootfs/etc/services.d/nginx/run @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Hass.io Add-ons: FlexTV +# Home Assistant Community Add-on: FlexTV # Runs the NGINX daemon # ============================================================================== diff --git a/phlex/rootfs/etc/services.d/php-fpm/finish b/phlex/rootfs/etc/services.d/php-fpm/finish index e71b71e..73521ba 100644 --- a/phlex/rootfs/etc/services.d/php-fpm/finish +++ b/phlex/rootfs/etc/services.d/php-fpm/finish @@ -1,6 +1,6 @@ #!/usr/bin/execlineb -S0 # ============================================================================== -# Community Hass.io Add-ons: FlexTV +# Home Assistant Community Add-on: FlexTV # Take down the S6 supervision tree when PHP-FPM fails # ============================================================================== if -n { s6-test $# -ne 0 } diff --git a/phlex/rootfs/etc/services.d/php-fpm/run b/phlex/rootfs/etc/services.d/php-fpm/run index 33bd66d..19d041b 100644 --- a/phlex/rootfs/etc/services.d/php-fpm/run +++ b/phlex/rootfs/etc/services.d/php-fpm/run @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Hass.io Add-ons: FlexTV +# Home Assistant Community Add-on: FlexTV # Runs the PHP-FPM daemon # ============================================================================== bashio::log.info "Starting PHP-FPM..."