mosquitto

mosquitto

Docker app from cmccambridge's Repository

Overview

[p]This container is a minimal port of the official Eclipse Mosquitto Docker container with minor tweaks to work more conveniently in Unraid.[/p] [h4]Configuration[/h4] [p]To set up paths and ports, see the descriptions in the Unraid docker settings page.[/p] [p]To further control mosquitto configuration, place a [code]mosquitto.conf[/code] file in the config path, or start the container one time and it will write a template [code]mosquitto.conf.example[/code] file to the config path for you to copy and edit. For further details, refer to the full README at https://github.com/cmccambridge/mosquitto-Unraid/blob/master/README.md[/p]

Install Mosquitto on Unraid in a few clicks.

Find Mosquitto in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Mosquitto Review the template variables and paths Click Install

Categories

Download Statistics

1,038,384
Total Downloads
8,137
This Month
5,860
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
cmccambridge/mosquitto-unraid:latest
Last Updated2024-11-14
First Seen2019-12-31

Runtime arguments

Network
bridge
Shell
sh
Privileged
false

Template configuration

Config DirectoryPathrw

Store codemosquitto.conf/code (or additional code*.conf/code files). emContainer Path: code/mosquitto/config/code/em

Target
/mosquitto/config
Default
/mnt/user/appdata/mosquitto
Value
/mnt/user/appdata/mosquitto
Persistent Data DirectoryPathrw

em(Optional)/em Store persistent MQTT data. strongNote:/strong Persistent data must be enabled in the codemosquitto.conf/code config file. emContainer Path: code/mosquitto/data/code/em

Target
/mosquitto/data
Log DirectoryPathrw

em(Optional)/em Store mosquitto logs. strongNote:/strong Logs must be enabled in the codemosquitto.conf/code config file. emContainer Path: code/mosquitto/log/code/em

Target
/mosquitto/log
Run Insecure MQTT ServerVariable

Set to code1/code to enable anonymous connections on port 1883 as in Mosquitto 1.x

Target
RUN_INSECURE_MQTT_SERVER
Default
0
Value
0
Host Port: MQTT ServerPorttcp

MQTT Server Port. emContainer Port: code1883/code/em

Target
1883
Default
1883
Value
1883
Host Port: MQTT TLSPorttcp

em(Optional)/em MQTT-TLS Server Port strongNote:/strong TLS must be configured in the codemosquitto.conf/code config file. emContainer Port: code8883/code/em

Target
8883
Host Port: MQTT WebsocketsPorttcp

em(Optional)/em MQTT Websockets Server Port. strongNote:/strong Websockets must be enabled in the codemosquitto.conf/code config file. emContainer Port: code9001/code/em

Target
9001