mirror of
https://github.com/Smeagolworms4/MQTT-Explorer.git
synced 2026-07-27 19:56:27 +00:00
41 lines
767 B
Markdown
41 lines
767 B
Markdown
# MQTT Explorer NodeJS HTTP Server
|
|
|
|
[](https://github.com/Smeagolworms4/MQTT-Explorer/actions/workflows/build_images.yml)
|
|
|
|
Compile NodeJS version for MQTT explorer. You can use in browser
|
|
|
|
## Usage
|
|
|
|
Pull repository
|
|
|
|
```bash
|
|
docker pull smeagolworms4/mqtt-explorer
|
|
```
|
|
|
|
|
|
Run container:
|
|
|
|
```bash
|
|
docker run -p 4000:4000 -v$(pwd)/config:/mqtt-explorer/config smeagolworms4/mqtt-explorer
|
|
```
|
|
|
|
## Environment variables
|
|
|
|
```
|
|
HTTP_PORT=4000
|
|
CONFIG_PATH=/mqtt-explorer/config
|
|
HTTP_USER=
|
|
HTTP_PASSWORD=
|
|
SSL_KEY_PATH=
|
|
SSL_CERT_PATH=
|
|
```
|
|
|
|
|
|
## Docker hub
|
|
|
|
https://hub.docker.com/r/smeagolworms4/mqtt-explorer
|
|
|
|
## Github
|
|
|
|
https://github.com/Smeagolworms4/MQTT-Explorer
|