An open API service indexing awesome lists of open source software.

https://github.com/jansora/etcdui

A Web Client for Etcd. Base on React Semantic UI and Spring boot. deploy with docker or serverless
https://github.com/jansora/etcdui

docker etcd etcd-client react semantic-ui spring-boot

Last synced: about 2 months ago
JSON representation

A Web Client for Etcd. Base on React Semantic UI and Spring boot. deploy with docker or serverless

Awesome Lists containing this project

README

          

# etcdui
A Web Client for Etcd. Base on React Semantic UI and Spring boot. deploy with docker

# Demo
A live demo here: https://etcdui.github.jansora.com/

# install and use it
1. `docker pull jansora/etcui:v1`
2. `docker run -it -d -p 56000:56000 --name etcdui jansora/etcui:v1`
3. via http://localhost:56000 to see it.

# feature
a simple way to manage your etcd data