mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-22 16:23:21 +01:00
Update README.md
This commit is contained in:
parent
25ff5224e7
commit
62de8a7a49
20
README.md
20
README.md
@ -163,12 +163,12 @@ ________________________________________________________________________________
|
||||
<h1 align="center" id="heading"> Home Assistant Container LXC </h1>
|
||||
<h3 align="center" id="heading"> With ZFS Filesystem Support </h3>
|
||||
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)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
||||
|
||||
**Node-Red Interface - IP:1880**
|
||||
@ -411,17 +417,23 @@ ________________________________________________________________________________
|
||||
</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>
|
||||
|
||||
<h1 align="center" id="heading"> Mariadb LXC Container </h1>
|
||||
|
||||
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)"
|
||||
```
|
||||
|
||||
<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
Block a user