Serve Prysm Web UI from Validator (#7470)

* Prysm web UI basic idea

* Refactor to use shared.Service interface, add sanity test

* register web server

* Determine mimetype

* Use 4242 as port for web

* Allow localhost or 127.0.0.1 for CORS. More tests, commentary

* Add flags, add site_data.go

* ignore site data

* Add sha

* gofmt

* gofmt

* fix script

* Lints

* fix vis

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
This commit is contained in:
Preston Van Loon
2020-10-09 07:58:30 -07:00
committed by GitHub
parent c944f29c7c
commit 1f707842d2
15 changed files with 333 additions and 5 deletions

File diff suppressed because one or more lines are too long