Dashboard for go-micro, used to monitor and debug micro system build by go-micro
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Johnson C 9cc7f84a21 [feat] support docker
1. embed web files
2. support docker
2 years ago
config [feat] support docker 2 years ago
frontend [feat] support docker 2 years ago
handler [feat] support docker 2 years ago
util [WIP] login 2 years ago
web [feat] support docker 2 years ago
.dockerignore [feat] support docker 2 years ago
.gitignore [feat] support docker 2 years ago
Dockerfile [feat] support docker 2 years ago
LICENSE Initial commit 3 years ago
README.md [feat] support docker 2 years ago
b0x.yaml [feat] support docker 2 years ago
go.mod [feat] support docker 2 years ago
go.sum [feat] support docker 2 years ago
main.go finish service list and service detail 2 years ago
plugins.go support endpoint request call 2 years ago

README.md

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

Community

QQ Group: 953973712

View

License

Apache License 2.0