Skip to content

Container responsible for running a freeboard instance with installed MQTT plugins

Notifications You must be signed in to change notification settings

talmai/freeboard-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freeboard_mqtt

Docker Pulls Docker Stars

Container responsible for running a freeboard instance with installed MQTT plugins

Quick summary

Configured Makefile allows quick build and push of talmai/freeboard-mqtt image on DockerHub. Also see Dockerfile for included files and scripts.

Deployment instructions

This is not an automatically and publicly built repo. So for example, to run this you would do:

$ docker run -p 8080:8080 --restart=always talmai/freeboard-mqtt &

This will automatically start a python SimpleHTTPServer on port 8080.

If you plan on putting this for open access on a server, then you will probably consider running on a privileged port. In the following example, our server has the '192.34.58.129' ip:

docker run --rm -p 80:8080 talmai/freeboard_mqtt 192.34.58.129 80 &

About

Container responsible for running a freeboard instance with installed MQTT plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published