Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.aperture.enable

Whether to enable aperture.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.aperture.package

The aperture package to use.

Type: null or package

Default:

pkgs.aperture

Declared by:

programs.aperture.settings

Configuration settings for aperture. All the available options can be found here: https://github.com/lightninglabs/aperture/blob/master/sample-conf.yaml

Type: YAML 1.1 value

Default:

{ }

Example:

{
  autocert = false;
  debuglevel = "debug";
  listenaddr = "localhost:8081";
  servername = "aperture.example.com";
  servestatic = false;
  staticroot = "./static";
}

Declared by: