# README
micro web
The micro web provides a dashboard to view and query services.
Getting Started
Install
go get github.com/micro/micro
Run
micro web
Browse to localhost:8082
ACME
Serve securely by default using ACME via letsencrypt
micro --enable_acme web
Optionally specify a host whitelist
micro --enable_acme --acme_hosts=example.com,api.example.com web
TLS Cert
The Web proxy supports serving securely with TLS certificates
micro --enable_tls --tls_cert_file=/path/to/cert --tls_key_file=/path/to/key web
Screenshots



