Update README.md

This commit is contained in:
tteckster 2022-07-22 12:47:55 -04:00 committed by GitHub
parent 3a6404f2d3
commit d5090dc707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -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>