|
|
@ -381,6 +381,12 @@ To create a new Proxmox Node-RED LXC Container, run the following in the Proxmox |
|
|
|
```yaml |
|
|
|
```yaml |
|
|
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/node-red_container.sh)" |
|
|
|
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> |
|
|
|
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3> |
|
|
|
|
|
|
|
|
|
|
|
**Node-Red Interface - IP:1880** |
|
|
|
**Node-Red Interface - IP:1880** |
|
|
@ -411,7 +417,7 @@ ________________________________________________________________________________ |
|
|
|
</details> |
|
|
|
</details> |
|
|
|
|
|
|
|
|
|
|
|
<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> |
|
|
|
<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 |
|
|
|
```yaml |
|
|
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/mariadb_container.sh)" |
|
|
|
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> |
|
|
|
<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: |
|
|
|
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: |
|
|
|