mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
2e74656737
commit
66c39d172b
27
README.md
27
README.md
|
@ -721,6 +721,33 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary markdown="span"> 🔸deConz LXC </summary>
|
||||||
|
|
||||||
|
<p align="center"><img src="https://phoscon.de/img/phoscon-logo128x.svg" height="100"/></p>
|
||||||
|
|
||||||
|
<h1 align="center" id="heading"> deConz LXC </h1>
|
||||||
|
|
||||||
|
To create a new Proxmox deConz LXC, run the following in the Proxmox Shell.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/deconz-v3.sh)"
|
||||||
|
```
|
||||||
|
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡</h3>
|
||||||
|
|
||||||
|
**deConz Interface - IP:80**
|
||||||
|
|
||||||
|
⚙️ **To Update deConz**
|
||||||
|
|
||||||
|
Run in the LXC Console
|
||||||
|
```yaml
|
||||||
|
apt update && apt upgrade -y
|
||||||
|
```
|
||||||
|
|
||||||
|
____________________________________________________________________________________________
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary markdown="span"> Zwavejs2MQTT LXC </summary>
|
<summary markdown="span"> Zwavejs2MQTT LXC </summary>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue