Giter Club home page Giter Club logo

docker_mqtt's Introduction

MQTT for Docker(HASS)

  这是一个家用的便于 Docker 安装的 MQTT 服务器,服务器采用 mosquitto。主要内容参照 ncarlier/mqtt。但是家里主要是为了给HASS下属的设备提供服务器用,所以增加了一些相关的配置

增加的配置内容

  在 /etc/mosquitto/mosquitto.conf 文件中增加了以下内容

port 1883
listener 1884
protocol websockets
allow_anonymous false

使用方法

加入该镜像启动Docker即可,默认用户名 mqtt,密码 mqtt123 之后也可以通过控制台采用以下命令设置用户名密码

mosquitto_passwd -b /etc/mosquitto/pwfile.example username password

docker_mqtt's People

Contributors

icandura avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.