http://henszey.github.io/etcd-browser/
- Start Etcd server with "-cors '*'"
- Pass through nginx/apache proxy with correct cors headers
- host on the same server as etcd
- Implement missing features (TTL)
- Ajax Basic Auth
(adjust options as necessary - to run it as a daemon, remove "--rm", "-t", "-i" and add "-D")
cd <repository>
sudo docker build -t etcd-browser .
sudo docker run --rm --name etcd-browser -p 8000 -t -i etcd-browser