Skip to content

Commit

Permalink
🔨 Re-branding
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 1, 2020
1 parent d3c6344 commit 5714399
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@

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

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!
Expand All @@ -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:
`[email protected]` / `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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion proxy-manager/.README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion proxy-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion proxy-manager/rootfs/etc/cont-init.d/npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Hass.io Resolver
# Home Assistant DNS
resolver %%dns_host%% ipv6=off;

0 comments on commit 5714399

Please sign in to comment.