From 1b77da6c183008371bbeb6dbcf483e914d9db198 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 15 Jan 2022 14:30:07 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ca11a350..fa26e318 100644 --- a/README.md +++ b/README.md @@ -226,9 +226,9 @@ ________________________________________________________________________________ To create a new Proxmox Nginx Proxy Manager LXC Container, run the following from Proxmox web shell. ``` - curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/create.sh | bash -s + bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/npm_container.sh)" ``` -

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

+

⚡ Default Settings: 1GB RAM - 3GB Storage - 1vCPU ⚡

____________________________________________________________________________________ @@ -244,7 +244,7 @@ Add the following to your `configuration.yaml` in Home Assistant. **Nginx Proxy Manager Interface - IP:81** -**Initial Login** +⚙️ **Initial Login** **username** ``` @@ -254,9 +254,6 @@ Add the following to your `configuration.yaml` in Home Assistant. ``` changeme ``` - -Thanks to [ej52](https://github.com/ej52/proxmox-scripts/blob/main/lxc/nginx-proxy-manager/README.md) for his hard work. - ____________________________________________________________________________________________