Skip to content

DirkHeinke/mqttDashboard

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mqttDashboard

Simple Web Dashboard for MQTT via Websockets. Add buttons, sliders, ...

Demo

Might be available at: http://mqttdashboard.dirkheinke.de/

Docker

We provide a Dockerfile based on NGINX that allows you to run the MQTT Dashboard locally

Build image

docker build -t mqttdashboard:local .

Run container

docker run -d --rm --name mqttdashboard -p 8888:80 mqttdashboard:local

Run pre-built container

docker run -d --rm --name mqttdashboard -p 8888:80 darkdirk/mqttdashboard

In your browser, open: http://localhost:8888 and you should see the dashboard.

About

Simple Web Dashboard for MQTT via Websockets. Add buttons, sliders, ...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published