Sample web UI for faultline
Copy config.example.js
to config.js
. And edit.
$ open index.html
$ docker build -t faultline-webui:latest .
$ docker run --rm --name faultline-webui -p 80:80 -v $(pwd)/config.js:/usr/share/nginx/html/config.js faultline-webui:latest
$ open http://localhost/
PRs accepted.
MIT © Ken'ichiro Oyama