mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
25ff5224e7
commit
62de8a7a49
14
README.md
14
README.md
|
@ -381,6 +381,12 @@ To create a new Proxmox Node-RED LXC Container, run the following in the Proxmox
|
|||
```yaml
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/node-red_container.sh)"
|
||||
```
|
||||
To create a new Proxmox Unprivileged Node-RED LXC Container, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unprev/unprivileged-node-red.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
||||
|
||||
**Node-Red Interface - IP:1880**
|
||||
|
@ -411,7 +417,7 @@ ________________________________________________________________________________
|
|||
</details>
|
||||
|
||||
<details>
|
||||
<summary markdown="span"> Mariadb LXC </summary>
|
||||
<summary markdown="span"> 🔸Mariadb LXC </summary>
|
||||
|
||||
<p align="center"><img src="https://mariadb.com/wp-content/webp-express/webp-images/doc-root/wp-content/themes/sage/dist/images/mariadb-logo-white.png.webp" alt="MariaDB"/><img src="https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/adminer_logo-cl.png" height="60"></p>
|
||||
|
||||
|
@ -422,6 +428,12 @@ To create a new Proxmox Mariadb LXC Container, run the following in the Proxmox
|
|||
```yaml
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/mariadb_container.sh)"
|
||||
```
|
||||
To create a new Proxmox Unprivileged Mariadb LXC Container, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unprev/unprivileged-mariadb.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
||||
|
||||
To enable MariaDB to listen to remote connections, you need to edit your defaults file. To do this, open the console in your MariaDB lxc:
|
||||
|
|
Loading…
Reference in New Issue