From d5090dc7071b11a7e328d1cd8a52d23ccd18451f Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 22 Jul 2022 12:47:55 -0400 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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