Go Micro Dashboard
Go micro dashboard is designed to make it as easy as possible for users to work with go-micro framework.
Features
- Logo
- Web UI
- Service discovery
- Health check
- Configure service
- Endpoint request
- Broker messages
Installation
go install github.com/xpunch/go-micro-dashboard@latest
Development
Server
Swagger
swagger generate spec -o docs/swagger.json -b ./docs
swag init
Config
default username: admin
default password: 123456
Web UI
Document
Generate Web Files
go install github.com/UnnoTed/fileb0x@latest
fileb0x b0x.yaml
Docker
docker run -d --name "go-micro-dashboard" -p "4000:4000" xpunch/go-micro-dashboard
QQ Group: 953973712

License
Apache License 2.0