mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
96d2c106a2
commit
4daf200902
29
README.md
29
README.md
|
@ -294,6 +294,35 @@ ________________________________________________________________________________
|
||||||
|
|
||||||
</details>
|
</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>
|
<details>
|
||||||
<summary markdown="span"> Homebridge LXC</summary>
|
<summary markdown="span"> Homebridge LXC</summary>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue