From 2be5d83a6dab99822027e422cd2a6ae9cedc69fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 7 Jul 2025 08:15:48 +0200 Subject: [PATCH] Add warning (#5770) --- frontend/public/json/emqx.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/public/json/emqx.json b/frontend/public/json/emqx.json index f53e5155d..fbd78367a 100644 --- a/frontend/public/json/emqx.json +++ b/frontend/public/json/emqx.json @@ -35,6 +35,10 @@ { "text": "Setup-Steps: Access Control ➡ Authentication ➡ Create ➡ Next ➡ Next ➡ Create ➡ Users ➡ Add ➡ Username / Password (to authenicate with MQTT) ➡ Save. You're now ready to enjoy a high-performance MQTT Broker.", "type": "info" + }, + { + "text": "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "type": "warning" } ] }