Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/3f73724fe40a9b535ba6ce733b4768282541a43d?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
8 additions and
1 deletions
@ -258,7 +258,7 @@ ________________________________________________________________________________
< details >
< details >
< summary markdown = "span" > Nginx Proxy Manager LXC< / summary >
< summary markdown = "span" > 🔸 Nginx Proxy Manager LXC < / summary >
< p align = "center" > < img src = "https://nginxproxymanager.com/logo.png" alt = "hero" height = "100" / > < / p >
< p align = "center" > < img src = "https://nginxproxymanager.com/logo.png" alt = "hero" height = "100" / > < / p >
@ -296,6 +296,13 @@ Add the following to your `configuration.yaml` in Home Assistant.
```yaml
```yaml
changeme
changeme
```
```
⚙️ **To Update Nginx Proxy Manager**
Run in the LXC console
```yaml
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/npm_update.sh)"
```
____________________________________________________________________________________________
____________________________________________________________________________________________
< / details >
< / details >