All Projects → evildecay → Etcdkeeper

evildecay / Etcdkeeper

Licence: mit
web ui client for etcd

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Etcdkeeper

Elasticsearch Php
Official PHP low-level client for Elasticsearch.
Stars: ✭ 4,760 (+677.78%)
Mutual labels:  client
Twitchlib
C# Twitch Chat, Whisper, API and PubSub Library. Allows for chatting, whispering, stream event subscription and channel/account modification. Supports .NET Core 2.0
Stars: ✭ 519 (-15.2%)
Mutual labels:  client
Pycraft
Minecraft-client networking library in Python
Stars: ✭ 574 (-6.21%)
Mutual labels:  client
Kiwiirc
🥝 Next generation of the Kiwi IRC web client
Stars: ✭ 488 (-20.26%)
Mutual labels:  client
Katanaframework
The New Hacking Framework
Stars: ✭ 502 (-17.97%)
Mutual labels:  client
Live Torrent
Torrent Web Client
Stars: ✭ 546 (-10.78%)
Mutual labels:  client
Awesome Openapi3
😎 A list of awesome projects related to OpenAPI 3.0.x, curated by the community
Stars: ✭ 469 (-23.37%)
Mutual labels:  client
Tectonic Installer
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Stars: ✭ 599 (-2.12%)
Mutual labels:  etcd
Tron
Lightweight network abstraction layer, written on top of Alamofire
Stars: ✭ 508 (-16.99%)
Mutual labels:  client
Aliyun Cli
Alibaba Cloud CLI
Stars: ✭ 561 (-8.33%)
Mutual labels:  client
Faunadb Js
Javascript driver for FaunaDB
Stars: ✭ 498 (-18.63%)
Mutual labels:  client
Elasticsearch Js
Official Elasticsearch client library for Node.js
Stars: ✭ 4,828 (+688.89%)
Mutual labels:  client
Discline
🐍 A terminal Discord client that you can actually use.
Stars: ✭ 553 (-9.64%)
Mutual labels:  client
Polyglot
A universal grpc command line client
Stars: ✭ 488 (-20.26%)
Mutual labels:  client
Milo
Eclipse Milo™ - an open source implementation of OPC UA (IEC 62541).
Stars: ✭ 587 (-4.08%)
Mutual labels:  client
Csharp Driver
DataStax C# Driver for Apache Cassandra
Stars: ✭ 477 (-22.06%)
Mutual labels:  client
Saws
A supercharged AWS command line interface (CLI).
Stars: ✭ 4,886 (+698.37%)
Mutual labels:  client
Unifi Api Client
A PHP API client class to interact with Ubiquiti's UniFi Controller API
Stars: ✭ 602 (-1.63%)
Mutual labels:  client
Konfig
Composable, observable and performant config handling for Go for the distributed processing era
Stars: ✭ 597 (-2.45%)
Mutual labels:  etcd
Async Mqtt Client
📶 An Arduino for ESP8266 asynchronous MQTT client implementation
Stars: ✭ 555 (-9.31%)
Mutual labels:  client

image

ETCD Keeper

  • Lightweight etcd web client.
  • Support etcd 2.x and etcd 3.x.
  • The server uses the etcd go client interface, and the server compiles with the etcd client package.
  • Based easyui framework to achieve(easyui license easyui website).

Usage

  Usage of etcdkeeper.exe:
  -h string
        host name or ip address (default: "0.0.0.0", the http server addreess, not etcd address)
  -p int
        port (default 8080)
  -sep string
        Separator (default "/")
  -usetls
        use tls (only v3)
  -cacert string
        verify certificates of TLS-enabled secure servers using this CA bundle (only v3)
  -cert string
        identify secure client using this TLS certificate file (only v3)
  -key string
        identify secure client using this TLS key file (only v3)
  -auth bool
        use etcd auth
  -timeout int
        ETCD client connect timeout
  • Open your browser and enter the address: http://127.0.0.1:8080/etcdkeeper
  • Click on the version of the title to select the version of ETCD. The default is V3. Reopening will remember your choice.
  • Right click on the tree node to add or delete.
  • Get data based on etcd user permissions.
    • Just display the list according to the configured permissions, and there will be time to add the configuration permission features.
    • Each time you restart etcdkeeper, you need to enter the root username and password for each etcd server address.
    • enable etcdv3 authentication
    • enable etcdv2 authentication
  • Display the status information of etcd, version, data size.
  • Etcd address can be modified by default to the localhost. If you change, press the Enter key to take effect.

Features

  • Etcd client view, Add, update or delete nodes.
  • Content edits use the ace editor(Ace editor). Support toml,ini,yaml,json,xml and so on to highlight view.
  • Content format. (Currently only support json, Other types can be extended later) Thanks jim3ma for his contribution.@jim3ma

Work in progress

  • Add import and export features. (delay)

Special Note

Because the etcdv3 version uses the new storage concept, without the catalog concept, the client uses the previous default "/" delimiter to view. See the documentation for etcdv3 clientv3 doc.

Docker

Etdkeeper official image. (https://hub.docker.com/r/evildecay/etcdkeeper)

Screenshots

image

Demo

image

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].