From 7b38267b3420ab4ce783d8f0fd7b5290d8d01a0d Mon Sep 17 00:00:00 2001 From: tteckster <tteckster@gmail.com> Date: Fri, 23 Sep 2022 17:40:41 -0400 Subject: [PATCH] Update README.md --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index 7165704b..20012f39 100644 --- a/README.md +++ b/README.md @@ -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>