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
- Host: GitHub
- URL: https://github.com/jansora/etcdui
- Owner: Jansora
- License: mit
- Created: 2020-08-13T01:37:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T02:06:03.000Z (over 3 years ago)
- Last Synced: 2025-07-26T14:51:57.674Z (11 months ago)
- Topics: docker, etcd, etcd-client, react, semantic-ui, spring-boot
- Language: JavaScript
- Homepage: https://etcdui.github.jansora.com
- Size: 7.56 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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