Skip to content

woosley/etcd-browser

 
 

Repository files navigation

etcd browser

Demo

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

Screen Shot

etcd-browser Screen Shot

TODO

  • Implement missing features (TTL)

To build/run as a Docker container:

docker run --rm --name etcd-browser -p 0.0.0.0:8080:8080 --env ETCD_BROWSER_CONFIG=/app/config.yaml -v config.yaml:/app/config.yaml woosley/etcd-browser

Using docker-compose

Startup a demo of etcd&etcd-browser locally by running

docker-compose up

Configuration

Server side configuration reading from a yaml file, here is a sample

listen: 8080
instances:
    etcd01:
        base: http://localhost:2379/v2/keys/
    etcd02:
        verify_ssl: false
        base: https://ssl_host:443/v2/keys/
        auth: user:password

by default, configuration file is loaded from ./config.yaml, it can be override by environment variable ETCD_BROWSER_CONFIG

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 60.1%
  • HTML 30.2%
  • CSS 9.7%