Documentation
¶
Overview ¶
Package dashboard resolves the address the lerd web UI is opened at.
Index ¶
Constants ¶
View Source
const ( // VhostURL is where the dashboard normally lives: the nginx-proxied vhost, // so it shows up under a name rather than a bare IP:port. VhostURL = "http://lerd.localhost" // DirectURL is lerd-ui's own port. nginx is a container `lerd stop` stops, // so this is the only address that still answers on a stopped stack. DirectURL = "http://127.0.0.1:7073" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.