etcd-browser

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

  • Owner: henszey/etcd-browser
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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:

(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 0.0.0.0:8000:8000 --env ETCD_HOST=10.10.0.1 --env AUTH_PASS=doe -t -i etcd-browser

Configuration

You can configure the builtin server using environment variables:

  • AUTH_USER: Username for http basic auth (skip to disable auth)
  • AUTH_PASS: Password for http basic auth
  • ETCD_HOST: IP of the etcd host the internal proxy should use [172.17.42.1]
  • ETCD_PORT: Port of the etcd daemon [4001]
  • SERVER_PORT: Port of builtin server

If you use a secured etcd:

  • ETCDCTL_CA_FILE
  • ETCDCTL_KEY_FILE
  • ETCDCTL_CERT_FILE

Main metrics

Overview
Name With Ownerhenszey/etcd-browser
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2014-08-22 23:17:28
Pushed At2018-12-17 16:34:50
Last Commit At2016-06-01 13:22:32
Release Count0
用户参与
Stargazers Count681
Watchers Count35
Fork Count232
Commits Count32
Has Issues Enabled
Issues Count16
Issue Open Count13
Pull Requests Count7
Pull Requests Open Count8
Pull Requests Close Count4
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private