From 7b38267b3420ab4ce783d8f0fd7b5290d8d01a0d Mon Sep 17 00:00:00 2001 From: tteckster 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 @@ ________________________________________________________________________________ +
+ 🔸EMQX LXC + +

hero

+ + +

EMQX LXC

+ +[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)" +``` +

⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡

+ + +**EMQX Interface - IP:18083** + +⚙️ **Initial Login** + +**username** + ```yaml + admin + ``` + **password** + ```yaml + public + ``` +***More info to come when someone figures it out*** ッ + ____________________________________________________________________________________________ + +
+
Node-Red LXC