-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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! | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |