Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
/ etcd-browser Public archive
forked from henszey/etcd-browser

A quick and easy way to view/edit basic keys in etcd.

License

Notifications You must be signed in to change notification settings

propertybase/etcd-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etcd browser

Demo

http://henszey.github.io/etcd-browser/

Screen Shot

etcd-browser Screen Shot

Needs One of the following

  • Start Etcd server with "-cors '*'"
  • Pass through nginx/apache proxy with correct cors headers
  • host on the same server as etcd

TODO

  • Implement missing features (TTL)
  • Ajax Basic Auth

To build/run as a Docker container:

(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

About

A quick and easy way to view/edit basic keys in etcd.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.2%
  • CSS 23.8%