From ec27945abd569c260c439c8f22b7be976d7c5987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Gj=C3=B8by=20Thom?= <34199185+havardthom@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:10:55 +0100 Subject: [PATCH] Add post-install note to mqtt.json (#783) --- json/mqtt.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/json/mqtt.json b/json/mqtt.json index b3168c48..6337e168 100644 --- a/json/mqtt.json +++ b/json/mqtt.json @@ -30,5 +30,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "You can find post-install info here: `https://github.com/community-scripts/ProxmoxVE/discussions/782`", + "type": "info" + } + ] } \ No newline at end of file