From 62de8a7a4912ce2ceb8b3561319100a5e1e1814e Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 22 Feb 2022 13:17:25 -0500 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dac2276c..6a5be2b6 100644 --- a/README.md +++ b/README.md @@ -163,12 +163,12 @@ ________________________________________________________________________________

Home Assistant Container LXC

With ZFS Filesystem Support

To create a new Proxmox Home Assistant Container, run the following in the Proxmox Shell. - + ```yaml bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/ha_container.sh)" ``` To create a new Proxmox Unprivileged Home Assistant Container, run the following in the Proxmox Shell. - + ```yaml bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unprev/unprivileged-homeassistant.sh)" ``` @@ -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)" +``` +

⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡

**Node-Red Interface - IP:1880** @@ -411,17 +417,23 @@ ________________________________________________________________________________
- Mariadb LXC + 🔸Mariadb LXC

MariaDB

Mariadb LXC Container

To create a new Proxmox Mariadb LXC Container, run the following in the Proxmox Shell. - + ```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)" +``` +

⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡

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: