Update README.md

This commit is contained in:
tteckster 2022-07-08 12:53:50 -04:00 committed by GitHub
parent 96d2c106a2
commit 4daf200902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -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>