You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Overview>Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts.</Overview>
<Description>Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts.</Description>
23
+
<Networking>
24
+
<Mode>host</Mode>
25
+
<Publish/>
26
+
</Networking>
27
+
<Data>
28
+
<Volume>
29
+
<HostDir></HostDir>
30
+
<ContainerDir>/config</ContainerDir>
31
+
<Mode>rw</Mode>
32
+
</Volume>
33
+
</Data>
34
+
<Environment/>
35
+
<Labels/>
36
+
<ConfigName="Config"Target="/config"Default=""Mode="rw"Description="location of config files"Type="Path"Display="always"Required="false"Mask="false"></Config>
<Overview>Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto is lightweight and is suitable for use on all devices from low power single board computers to full servers.
13
+

14
+
The MQTT protocol provides a lightweight method of carrying out messaging using a publish/subscribe model. This makes it suitable for Internet of Things messaging such as with low power sensors or mobile devices such as phones, embedded computers or microcontrollers.
15
+

16
+
You will need to place a copy of `mosquitto.conf` in your config folder in a subfolder called `config`
17
+

18
+
Config file is [here](https://github.com/eclipse/mosquitto/blob/master/mosquitto.conf)</Overview>
<Description>Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto is lightweight and is suitable for use on all devices from low power single board computers to full servers.
29
+

30
+
The MQTT protocol provides a lightweight method of carrying out messaging using a publish/subscribe model. This makes it suitable for Internet of Things messaging such as with low power sensors or mobile devices such as phones, embedded computers or microcontrollers.
31
+

32
+
You will need to place a copy of `mosquitto.conf` in your config folder in a subfolder called `config`
33
+

34
+
Config file is [here](https://github.com/eclipse/mosquitto/blob/master/mosquitto.conf)</Description>
35
+
<Networking>
36
+
<Mode>docker</Mode>
37
+
<Publish>
38
+
<Port>
39
+
<HostPort>1883</HostPort>
40
+
<ContainerPort>1883</ContainerPort>
41
+
<Protocol>tcp</Protocol>
42
+
</Port>
43
+
<Port>
44
+
<HostPort>9001</HostPort>
45
+
<ContainerPort>9001</ContainerPort>
46
+
<Protocol>tcp</Protocol>
47
+
</Port>
48
+
</Publish>
49
+
</Networking>
50
+
<Data>
51
+
<Volume>
52
+
<HostDir></HostDir>
53
+
<ContainerDir>/mosquitto</ContainerDir>
54
+
<Mode>rw</Mode>
55
+
</Volume>
56
+
</Data>
57
+
<Environment/>
58
+
<Labels/>
59
+
<ConfigName="Host Port 1"Target="1883"Default=""Mode="tcp"Description="MQTT Port (1883)"Type="Port"Display="always"Required="false"Mask="false">1883</Config>
60
+
<ConfigName="Host Port 2"Target="9001"Default=""Mode="tcp"Description="Webscokets Port (9001)"Type="Port"Display="always"Required="false"Mask="false">9001</Config>
61
+
<ConfigName="Config"Target="/mosquitto"Default=""Mode="rw"Description="Location of config files and folders"Type="Path"Display="always"Required="false"Mask="false"></Config>
0 commit comments