Skip to content

docker-socket-proxy

Example

When this module is enabled, the socket proxy will be automatically used by other stacks that support it. Example include Homepage, Traefik and Dozzle

nix
{
  docker-socket-proxy.enable = true;
}

Stack Options

nps.stacks.docker-socket-proxy.containers.docker-socket-proxy

Alias of {option}services.podman.containers.docker-socket-proxy.

Type
plaintext
submodule
Declaration

nps.stacks.docker-socket-proxy.enable

Whether to enable docker-socket-proxy.

Type
plaintext
boolean
Default
nix
false
Example
nix
true
Declaration