From aaba2b779cec8eec10a8c0ba8f06b7610ae48972 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 15 Feb 2020 15:41:19 +0100 Subject: [PATCH] :hammer: Re-branding --- .github/settings.yml | 4 ++-- README.md | 18 +++++++++--------- tasmoadmin/.README.j2 | 8 ++++---- tasmoadmin/Dockerfile | 2 +- tasmoadmin/rootfs/etc/cont-init.d/nginx.sh | 2 +- .../rootfs/etc/cont-init.d/tasmoadmin.sh | 2 +- tasmoadmin/rootfs/etc/services.d/nginx/finish | 2 +- tasmoadmin/rootfs/etc/services.d/nginx/run | 2 +- .../rootfs/etc/services.d/php-fpm/finish | 2 +- tasmoadmin/rootfs/etc/services.d/php-fpm/run | 2 +- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 64d2e4d..b418998 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,8 +1,8 @@ --- repository: - description: "TasmoAdmin - Community Hass.io Add-on for Home Assistant" + description: "TasmoAdmin - Home Assistant Community Add-ons" homepage: https://addons.community - topics: sonoff, tasmota, tasmoadmin, hassio-addons, hassio, hass, home-assistant, homeassistant + topics: sonoff, tasmota, tasmoadmin, addon, addons, home-assistant, homeassistant private: false has_issues: true has_projects: false diff --git a/README.md b/README.md index 1b4e864..7edae28 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: TasmoAdmin +# Home Assistant Community Add-on: TasmoAdmin [![GitHub Release][releases-shield]][releases] ![Project Stage][project-stage-shield] @@ -40,9 +40,9 @@ Some of its features: ## 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. -1. Search for the "TasmoAdmin" add-on in the Hass.io add-on store. +1. Search for the "TasmoAdmin" add-on in the Supervisor add-on store. 1. Install the "TasmoAdmin" add-on. 1. Start the "TasmoAdmin" add-on. 1. Check the logs of the “TasmoAdmin” add-on to see if everything went well. @@ -90,13 +90,13 @@ Panel. Set it `true` 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_ ### Option: `ipv6` @@ -139,7 +139,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. @@ -165,11 +165,11 @@ The original setup of this repository is by [Franck Nijhof][frenck]. 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/tasmoadmin/.README.j2 b/tasmoadmin/.README.j2 index d79ec6f..2432797 100644 --- a/tasmoadmin/.README.j2 +++ b/tasmoadmin/.README.j2 @@ -1,4 +1,4 @@ -# Community Hass.io Add-ons: TasmoAdmin +# Home Assistant Community Add-on: TasmoAdmin [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] @@ -29,8 +29,8 @@ Some of its features: {% 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. @@ -50,7 +50,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/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 2034c03..10db13d 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -56,4 +56,4 @@ LABEL \ org.label-schema.usage="https://github.com/hassio-addons/addon-tasmoadmin/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-tasmoadmin" \ - org.label-schema.vendor="Community Hass.io Addons" + org.label-schema.vendor="Home Assistant Community Add-ons" diff --git a/tasmoadmin/rootfs/etc/cont-init.d/nginx.sh b/tasmoadmin/rootfs/etc/cont-init.d/nginx.sh index 0649f33..d93ea30 100755 --- a/tasmoadmin/rootfs/etc/cont-init.d/nginx.sh +++ b/tasmoadmin/rootfs/etc/cont-init.d/nginx.sh @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Hass.io Add-ons: TasmoAdmin +# Home Assistant Community Add-on: TasmoAdmin # Configures NGINX for use with TasmoAdmin # ============================================================================== declare certfile diff --git a/tasmoadmin/rootfs/etc/cont-init.d/tasmoadmin.sh b/tasmoadmin/rootfs/etc/cont-init.d/tasmoadmin.sh index 527d11c..20c5a42 100644 --- a/tasmoadmin/rootfs/etc/cont-init.d/tasmoadmin.sh +++ b/tasmoadmin/rootfs/etc/cont-init.d/tasmoadmin.sh @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Hass.io Add-ons: TasmoAdmin +# Home Assistant Community Add-on: TasmoAdmin # Configures TasmoAdmin # ============================================================================== diff --git a/tasmoadmin/rootfs/etc/services.d/nginx/finish b/tasmoadmin/rootfs/etc/services.d/nginx/finish index a89abaf..fd57507 100755 --- a/tasmoadmin/rootfs/etc/services.d/nginx/finish +++ b/tasmoadmin/rootfs/etc/services.d/nginx/finish @@ -1,6 +1,6 @@ #!/usr/bin/execlineb -S0 # ============================================================================== -# Community Hass.io Add-ons: TasmoAdmin +# Home Assistant Community Add-on: TasmoAdmin # Take down the S6 supervision tree when Nginx fails # ============================================================================== if -n { s6-test $# -ne 0 } diff --git a/tasmoadmin/rootfs/etc/services.d/nginx/run b/tasmoadmin/rootfs/etc/services.d/nginx/run index 633f244..973d3a4 100755 --- a/tasmoadmin/rootfs/etc/services.d/nginx/run +++ b/tasmoadmin/rootfs/etc/services.d/nginx/run @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Hass.io Add-ons: TasmoAdmin +# Home Assistant Community Add-on: TasmoAdmin # Runs the Nginx daemon # ============================================================================== # Wait for PHP-FPM to become available diff --git a/tasmoadmin/rootfs/etc/services.d/php-fpm/finish b/tasmoadmin/rootfs/etc/services.d/php-fpm/finish index d568f61..c6c7602 100644 --- a/tasmoadmin/rootfs/etc/services.d/php-fpm/finish +++ b/tasmoadmin/rootfs/etc/services.d/php-fpm/finish @@ -1,6 +1,6 @@ #!/usr/bin/execlineb -S0 # ============================================================================== -# Community Hass.io Add-ons: TasmoAdmin +# Home Assistant Community Add-on: TasmoAdmin # Take down the S6 supervision tree when PHP FPM fails # ============================================================================== if -n { s6-test $# -ne 0 } diff --git a/tasmoadmin/rootfs/etc/services.d/php-fpm/run b/tasmoadmin/rootfs/etc/services.d/php-fpm/run index 8cbe4c0..612f33e 100644 --- a/tasmoadmin/rootfs/etc/services.d/php-fpm/run +++ b/tasmoadmin/rootfs/etc/services.d/php-fpm/run @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Hass.io Add-ons: TasmoAdmin +# Home Assistant Community Add-on: TasmoAdmin # Runs the PHP-FPM daemon # ============================================================================== bashio::log.info "Starting PHP-FPM server..."