Giter Site home page Giter Site logo

510909033 / etcd-browser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from henszey/etcd-browser

0.0 1.0 0.0 192 KB

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

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

License: MIT License

JavaScript 56.08% CSS 10.87% HTML 33.05%

etcd-browser's Introduction

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

etcd-browser's People

Contributors

henszey avatar psi-4ward avatar germanramos avatar aetherical avatar n0n0x avatar vidarh avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.