From ee6333232a1a955a0f12d6b7334f5a504cb03eaa Mon Sep 17 00:00:00 2001 From: tteck Date: Sat, 4 Sep 2021 09:18:21 -0400 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 94a10ab0..ec3c4ac5 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,16 @@ To create a new Proxmox Nginx Proxy Manager LXC Container, run the following fro ```

:zap: Alpine Default Settings: 512MiB RAM - 2GB Storage - 1vCPU :zap:

+Forward port `80` and `443` from your router to your Nginx Proxy Manager LXC IP. + +Add the following to your `configuration.yaml` in Home Assistant. +``` + http: + use_x_forwarded_for: true + trusted_proxies: + - 192.168.100.27 ###(Nginx Proxy Manager LXC IP)### +``` + **Initial Login** **username** @@ -120,14 +130,6 @@ To create a new Proxmox Nginx Proxy Manager LXC Container, run the following fro ``` changeme ``` -Add the following to your `configuration.yaml` in Home Assistant. -``` - http: - use_x_forwarded_for: true - trusted_proxies: - - 192.168.100.27 ###(Nginx Proxy Manager LXC IP)### -``` -Forward port `80` and `443` from your router to your Nginx Proxy Manager LXC IP. Thanks to [ej52](https://github.com/ej52/proxmox-scripts/blob/main/lxc/nginx-proxy-manager/README.md) for his hard work.