Skip to content
This repository has been archived by the owner on Jun 13, 2020. It is now read-only.

bscofield/wetcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: Etcd is now distributed with its own web interface. Look at the dashboard module for more details.

A simple UI for etcd

Running without Vagrant

First start etcd with CORS enabled for globally:

etcd -cors='*'

Then start a simple server at the base of the wetcd directory.

cd public
python -m SimpleHTTPServer 8000
open http://127.0.0.1:8000

About

Simple web UI for an etcd cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published