10000 GitHub - openxo/wetcd: Simple web UI for an etcd cluster
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

openxo/wetcd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0