Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 567 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 567 Bytes

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