Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/d5090dc7071b11a7e328d1cd8a52d23ccd18451f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
29 additions and
0 deletions
@ -583,6 +583,35 @@ ________________________________________________________________________________
< / details >
< details >
< summary markdown = "span" > 🔸n8n LXC< / summary >
< p align = "center" > < img src = "https://docs.n8n.io/_images/n8n-docs-icon.svg" height = "100" / > < / p >
< h1 align = "center" id = "heading" > n8n LXC < / h1 >
[n8n ](https://n8n.io/ ) is a workflow automation platform that doesn't box you in, that you never outgrow
To create a new Proxmox n8n LXC, run the following in the Proxmox Shell.
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/n8n-v3.sh)"
```
< h3 align = "center" id = "heading" > ⚡ Default Settings: 2GB RAM - 3GB Storage - 2vCPU ⚡< / h3 >
**n8n Interface: IP:5678**
⚙️ **To Update n8n**
```yaml
npm update -g n8n
```
____________________________________________________________________________________________
< / details >
< details >
< summary markdown = "span" > Mariadb LXC < / summary >