dashboard

package
v0.3.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2022 License: Apache-2.0, BSD-2-Clause Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Plugin *app.Plugin
	Server = echo.New()
)
View Source
var ParamsDashboard = &ParametersDashboard{
	Auth: authentication.AuthConfiguration{
		Scheme: "basic",
	},
}

Functions

This section is empty.

Types

type ParametersDashboard added in v0.3.1

type ParametersDashboard struct {
	Enabled           bool                             `default:"true" usage:"whether the dashboard plugin is enabled"`
	BindAddress       string                           `default:"127.0.0.1:7000" usage:"the bind address for the node dashboard"`
	ExploreAddressURL string                           `default:"" usage:"URL to add as href to addresses in the dashboard"`
	Auth              authentication.AuthConfiguration `usage:"configures the authentication for the dashboard service"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL