From 66c39d172bcd891893615bdfa03006ccc6c0799a Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 10 May 2022 09:45:31 -0400 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 594c79b8..d5c00377 100644 --- a/README.md +++ b/README.md @@ -721,6 +721,33 @@ ________________________________________________________________________________ +
+ 🔸deConz LXC + +

+ +

deConz LXC

+ +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)" +``` +

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

+ +**deConz Interface - IP:80** + +⚙️ **To Update deConz** + +Run in the LXC Console +```yaml +apt update && apt upgrade -y +``` + +____________________________________________________________________________________________ + +
+
Zwavejs2MQTT LXC