Skip to content

faultline/faultline-webui

Repository files navigation

faultline-webui GitHub release

Sample web UI for faultline

Screen Shot

Setup

Copy config.example.js to config.js. And edit.

$ open index.html

use Docker

$ 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/

Contribute

PRs accepted.

License

MIT © Ken'ichiro Oyama