From 57143999db77bc0ff71beab0790804355c404259 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 1 Mar 2020 12:12:03 +0100 Subject: [PATCH] :hammer: Re-branding --- README.md | 8 ++++---- proxy-manager/.README.j2 | 2 +- proxy-manager/Dockerfile | 2 +- proxy-manager/rootfs/etc/cont-init.d/npm.sh | 2 +- .../rootfs/etc/nginx/conf.d/include/resolvers.conf | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c855811a..68243499 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Manage Nginx proxy hosts with a simple, powerful interface. -![The Nginx Proxy Manager Hass.io add-on](images/screenshot.gif) +![The Nginx Proxy Manager add-on](images/screenshot.gif) ## About @@ -31,7 +31,7 @@ This add-on enables you to easily forward incoming connections to anywhere, including free SSL, without having to know too much about Nginx or Let’s Encrypt. -Forward your domain to your Home Assistant, Hass.io add-ons, or websites running +Forward your domain to your Home Assistant, add-ons, or websites running at home or anywhere else, straight from a simple, powerful interface. Want to protect the website with a username/password? Well, it can do that too! @@ -54,7 +54,7 @@ comparison to installing any other Home Assistant add-on. 1. Check the logs of the "Nginx Proxy Manager" add-on to see if everything went well. 1. Click the "OPEN WEB UI" button and login using: `admin@example.com` / `changeme` -1. Forward port `80` and `443` from your router to your Hass.io machine. +1. Forward port `80` and `443` from your router to your Home Assistant machine. 1. Enjoy the add-on! ## Configuration @@ -91,7 +91,7 @@ you are troubleshooting. - The original NGinx Proxy Manager has support for forwarding TCP/UDP streams, which is removed from this add-on. It makes no sense from a - Hass.io / Home Assistant / Home perspective and, by removing it, it also + Home Assistant / Home perspective and, by removing it, it also removed the need for this add-on to run on the Docker host network. - This add-on stores its database on the MariaDB add-on. This also means that by taking a snapshot of just the Nginx Proxy Manager add-on, will not diff --git a/proxy-manager/.README.j2 b/proxy-manager/.README.j2 index 0ad9dce5..399e5ab4 100644 --- a/proxy-manager/.README.j2 +++ b/proxy-manager/.README.j2 @@ -16,7 +16,7 @@ This add-on enables you to easily forward incoming connections to anywhere, including free SSL, without having to know too much about Nginx or Let’s Encrypt. -Forward your domain to your Home Assistant, Hass.io add-ons, or websites running +Forward your domain to your Home Assistant, add-ons, or websites running at home or anywhere else, straight from a simple, powerful interface. Want to protect the website with a username/password? Well, it can do that too! diff --git a/proxy-manager/Dockerfile b/proxy-manager/Dockerfile index e598c805..f3c4a385 100755 --- a/proxy-manager/Dockerfile +++ b/proxy-manager/Dockerfile @@ -126,4 +126,4 @@ LABEL \ org.label-schema.usage="https://github.com/hassio-addons/addon-nginx-proxy-manager/tree/master/README.md" \ org.label-schema.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-nginx-proxy-manager" \ - org.label-schema.vendor="Community Hass.io Add-ons" + org.label-schema.vendor="Home Assistant Community Add-ons" diff --git a/proxy-manager/rootfs/etc/cont-init.d/npm.sh b/proxy-manager/rootfs/etc/cont-init.d/npm.sh index 58ef10c0..cf1557b1 100644 --- a/proxy-manager/rootfs/etc/cont-init.d/npm.sh +++ b/proxy-manager/rootfs/etc/cont-init.d/npm.sh @@ -9,7 +9,7 @@ declare mysql_port declare mysql_username declare query -# Redirect log output to the Hass.io add-on log +# Redirect log output to the add-on log sed -i 's#/data/logs/error.log#/proc/1/fd/1#g' /etc/nginx/nginx.conf sed -i 's#/data/logs/default.log#/proc/1/fd/1#g' /etc/nginx/nginx.conf sed -i 's#/data/logs/dead_host-{{ id }}.log#/proc/1/fd/1#g' \ diff --git a/proxy-manager/rootfs/etc/nginx/conf.d/include/resolvers.conf b/proxy-manager/rootfs/etc/nginx/conf.d/include/resolvers.conf index c0fddc60..b02da518 100644 --- a/proxy-manager/rootfs/etc/nginx/conf.d/include/resolvers.conf +++ b/proxy-manager/rootfs/etc/nginx/conf.d/include/resolvers.conf @@ -1,2 +1,2 @@ -# Hass.io Resolver +# Home Assistant DNS resolver %%dns_host%% ipv6=off;