Skip to content

dozzle

Example

nix
{
  dozzle.enable = true;
}

Stack Options

nps.stacks.dozzle.containers.dozzle

Alias of {option}services.podman.containers.dozzle.

Type
plaintext
submodule
Declaration

nps.stacks.dozzle.enable

Whether to enable Dozzle. The module contains an extension that will automatically add all containers to Dozzle groups, if they stack attribute is set.

Type
plaintext
boolean
Default
nix
false
Example
nix
true
Declaration

nps.stacks.dozzle.useSocketProxy

Whether to access the Podman socket through the read-only proxy for the dozzle stack. Will be enabled by default if the 'docker-socket-proxy' stack is enabled.

Type
plaintext
boolean
Default
nix
config.nps.stacks.docker-socket-proxy.enable
Declaration