AppFeed/templates/SpantsRepository/Spants/MQTT.xml
2021-02-23 15:49:21 -05:00

74 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>MQTT</Name>
<Repository>spants/mqtt</Repository>
<Registry>https://registry.hub.docker.com/r/spants/mqtt/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>http://lime-technology.com/forum/index.php?topic=38486.0</Support>
<Overview>&#13;
MQTT for Unraid6 Docker Manager running on Port 1883 and 9001[br][br]&#13;
MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. [br]&#13;
It was designed as an extremely lightweight publish/subscribe messaging transport. [br]&#13;
It is useful for connections with remote locations where a small code footprint is required [br]&#13;
and/or network bandwidth is at a premium. For example, it has been used in sensors [br]&#13;
communicating to a broker via satellite link, over occasional dial-up connections with [br]&#13;
healthcare providers, and in a range of home automation and small device scenarios. [br]&#13;
It is also ideal for mobile applications because of its small size, low power usage, [br]&#13;
minimised data packets, and efficient distribution of information to one or many receivers[br]&#13;
[br][br][br]&#13;
This version supports passwords - see passwords.README in the /config directory.[br]&#13;
Also supported are websockets and certificates.[br]&#13;
[br]&#13;
The docker is built on a LinuxServer.io template, but be assured that any bugs are mine!.[br]&#13;
</Overview>
<WebUI>http://mqtt.org/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/spants/unraidtemplates/master/Spants/MQTT.xml</TemplateURL>
<Icon>https://i.imgur.com/Cc9Jkcr.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>1883</HostPort>
<ContainerPort>1883</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>9001</HostPort>
<ContainerPort>9001</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/MQTT</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment></Environment>
<Config Name="Port 1" Target="1883" Default="1883" Mode="tcp" Description="Container Port: 1883" Type="Port" Display="always" Required="true" Mask="false">1883</Config>
<Config Name="Port 2" Target="9001" Default="9001" Mode="tcp" Description="Container Port: 9001" Type="Port" Display="always" Required="true" Mask="false">9001</Config>
<Config Name="AppData Config Path" Target="/config" Default="/mnt/user/docker/appdata/MQTT" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/MQTT</Config>
<Date>1611059646</Date>
<Description>MQTT for Unraid6 Docker Manager running on Port 1883 and 9001&#13;
MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. &#13;
It was designed as an extremely lightweight publish/subscribe messaging transport. &#13;
It is useful for connections with remote locations where a small code footprint is required &#13;
and/or network bandwidth is at a premium. For example, it has been used in sensors &#13;
communicating to a broker via satellite link, over occasional dial-up connections with &#13;
healthcare providers, and in a range of home automation and small device scenarios. &#13;
It is also ideal for mobile applications because of its small size, low power usage, &#13;
minimised data packets, and efficient distribution of information to one or many receivers&#13;
&#13;
This version supports passwords - see passwords.README in the /config directory.&#13;
Also supported are websockets and certificates.&#13;
&#13;
The docker is built on a LinuxServer.io template, but be assured that any bugs are mine!.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/SpantsRepository/Spants/MQTT.xml</templatePath>
</Container>