Browse Source

Update README.md

tteckster 3 years ago
parent
commit
4daf200902
1 changed files with 29 additions and 0 deletions
  1. 29 0
      README.md

+ 29 - 0
README.md

@@ -294,6 +294,35 @@ ________________________________________________________________________________
  
 </details>
 
+<details>
+<summary markdown="span"> 🔸openHAB LXC</summary>
+ 
+<p align="center"><img src="https://www.openhab.org/openhab-logo-square.png?raw=true" height="100"/></p>
+
+<h1 align="center" id="heading"> openHAB LXC </h1>
+ 
+[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)"
+```
+
+<h3 align="center" id="heading">⚡ Default Settings:  2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
+ 
+**openHAB Interface - IP:8080**
+
+⚙️ **To Update openHAB**
+
+```yaml
+apt update && apt upgrade -y
+```
+
+____________________________________________________________________________________________ 
+ 
+</details>
+
 <details>
 <summary markdown="span"> Homebridge LXC</summary>