docker-socket-proxy
Security-enhanced proxy for the Docker (works with podman too) Socket
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
{
nps.stacks.docker-socket-proxy.enable = true;
}