Update README.md

This commit is contained in:
tteckster 2022-09-23 17:40:41 -04:00 committed by GitHub
parent 74ae3b9036
commit 7b38267b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -560,6 +560,41 @@ ________________________________________________________________________________
</details>
<details>
<summary markdown="span"> 🔸EMQX LXC </summary>
<p align="center"><img src="https://github.com/hassio-addons/repository/blob/master/emqx/icon.png" alt="hero" height="100"/></p>
<h1 align="center" id="heading"> EMQX LXC </h1>
[EMQX](https://www.emqx.io/) is an Open-source MQTT broker with a high-performance real-time message processing engine, powering event streaming for IoT devices at massive scale.
To create a new Proxmox EMQX LXC Container, run the following in the Proxmox Shell.
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/emqx-v4.sh)"
```
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡</h3>
**EMQX Interface - IP:18083**
⚙️ **Initial Login**
**username**
```yaml
admin
```
**password**
```yaml
public
```
***More info to come when someone figures it out*** ッ
____________________________________________________________________________________________
</details>
<details>
<summary markdown="span"> Node-Red LXC </summary>