etcd-browser

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

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者henszey/etcd-browser
主編程語言JavaScript
編程語言JavaScript (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2014-08-23 07:17:28
推送於2018-12-18 00:34:50
最后一次提交2016-06-02 02:22:32
發布數0
用户参与
星數682
關注者數32
派生數231
提交數32
已啟用問題?
問題數16
打開的問題數13
拉請求數7
打開的拉請求數7
關閉的拉請求數5
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?