mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
3a6404f2d3
commit
d5090dc707
29
README.md
29
README.md
|
@ -583,6 +583,35 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
</details>
|
</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>
|
<details>
|
||||||
<summary markdown="span"> Mariadb LXC </summary>
|
<summary markdown="span"> Mariadb LXC </summary>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue