diff --git a/README.md b/README.md index 4f0b20f6..1e074b28 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,35 @@ ________________________________________________________________________________ +
+ 🔸openHAB LXC + +

+ +

openHAB LXC

+ +[openHAB](https://www.openhab.org/), a vendor and technology agnostic open source automation software for your home. + +To create a new Proxmox openHAB LXC, run the following in the Proxmox Shell. + +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/openhab-v3.sh)" +``` + +

⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡

+ +**openHAB Interface - IP:8080** + +⚙️ **To Update openHAB** + +```yaml +apt update && apt upgrade -y +``` + +____________________________________________________________________________________________ + +
+
Homebridge LXC