https://svelte-mqtt-monitor.vercel.app
git clone https://github.com/4refr0nt/svelte-mqtt-monitor.git
cd svelte-mqtt-monitor
npm i
cp .env.sample .env
…then edit .env - broker settigs
nano .env
and run app
npm run dev
...then open browser link http://localhost:5000
git clone https://github.com/4refr0nt/svelte-mqtt-monitor.git
cd svelte-mqtt-monitor
npm i
cp .env.sample .env
…then edit .env - broker connection settings
nano .env
then run
npm run build
docker-compose up -d
configure nginx
or traefik
as reverse-proxy to 5000
port
(see example part of config nginx-include.conf
) or
open browser http://address:5000
Enjoy!