diff --git a/README.md b/README.md index 652c75d8..868f2de5 100644 --- a/README.md +++ b/README.md @@ -583,6 +583,35 @@ ________________________________________________________________________________ +
+ 🔸n8n LXC + +

+ +

n8n LXC

+ +[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)" +``` + +

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

+ +**n8n Interface: IP:5678** + +⚙️ **To Update n8n** + +```yaml +npm update -g n8n +``` + +____________________________________________________________________________________________ + +
+
Mariadb LXC