FlowFuse / flowfuse

Connect, collect, transform, visualise, and interact with your Industrial Data in a single platform. Use FlowFuse to manage, scale and secure your Node-RED solutions.
https://flowfuse.com
Other
281 stars 63 forks source link

MQTT Broker documentation Suggestions #2801

Open joepavitt opened 1 year ago

joepavitt commented 1 year ago

Description

I'm following the install instructions for the MQTT Broker here

Confusions:

  1. Step 2 says "A default mosquitto.conf file can be found in the broker directory.". It is not clear where that broker directory is though? How do I find it having pulled the Docker image?
  2. The instructions finish after the Docker run, but in fact, this does not finish the setup. Instead, we also need to modify our flowforge.yml. A reference/link should be made to https://flowfuse.com/docs/install/configuration/#mqtt-broker-configuration-1
hardillb commented 1 year ago

The instructions (rightly) assume you have used the installer so the broker dir is here https://github.com/flowforge/installer/tree/main/broker

joepavitt commented 1 year ago

The instructions (rightly) assume you have used the installer so the broker dir is here https://github.com/flowforge/installer/tree/main/broker

Okay, so this is just an issue in docs for those running local dev environment?

hardillb commented 1 year ago

yes for the first point. I think I was in the process of answering when you added the second point which does need fixing