mirror of
https://github.com/Smeagolworms4/MQTT-Explorer.git
synced 2026-07-27 19:56:27 +00:00
51 lines
1.3 KiB
Markdown
51 lines
1.3 KiB
Markdown
# MQTT Explorer NodeJS HTTP Server
|
|
|
|
[](https://github.com/Smeagolworms4/MQTT-Explorer/actions/workflows/build_images.yml)
|
|
|
|
|
|
[](https://www.buymeacoffee.com/smeagolworms4)
|
|
[](https://www.paypal.com/donate/?business=SURRPGEXF4YVU&no_recurring=0&item_name=Hello%2C+I%27m+SmeagolWorms4.+For+my+open+source+projects.%0AThanks+you+very+mutch+%21%21%21¤cy_code=EUR)
|
|
|
|
|
|
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=
|
|
INITIAL_CONFIG= # Initial json configuration for start
|
|
```
|
|
|
|
|
|
## Docker hub
|
|
|
|
https://hub.docker.com/r/smeagolworms4/mqtt-explorer
|
|
|
|
## Github
|
|
|
|
https://github.com/Smeagolworms4/MQTT-Explorer
|
|
|
|
## Home Assistant Addon
|
|
|
|
https://github.com/GollumDom/addon-repository
|