nginx-proxy-manager/docker
Will Rouesnel 4d491b2d76
Fully support client CAs with access-lists
This commit changes access-list IP directives to be implemented using
the nginx "geo" directive.

This allows IP-based blocks to return 444 (drop connection) on
authorization failure when the "Drop Unauthorized" is enabled.

It also allows the implementation of "Satisfy Any" with the new
client CA certificate support - i.e. Satisfy Any can allow clients
from the local network to skip client certificate challenge, or drop
down to requesting basic authentication.

It should be noted that including basic authentication requirements
in Satisfy Any mode does prevent a 444 response from being sent, as
the basic auth challenge requires the server to respond.
2023-06-01 00:27:36 +10:00
..
dev Remove s6 service timeout 2023-05-10 09:57:24 +10:00
rootfs Fully support client CAs with access-lists 2023-06-01 00:27:36 +10:00
scripts Update s6-overlay 2023-05-09 08:15:44 +10:00
.dive-ci Updated docker base image location 2021-08-17 11:28:30 +10:00
docker-compose.ci.yml Test ipv6 disabled in ci 2023-05-09 08:19:09 +10:00
docker-compose.dev-user.yml Add a development docker-compose file for use with User Namespaces 2023-05-30 00:49:42 +10:00
docker-compose.dev.yml Fix pip installs running as non-root user 2023-03-22 09:41:59 +10:00
Dockerfile Remove s6 service timeout 2023-05-10 09:57:24 +10:00