nginx-proxy-manager/frontend
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
..
app-images v2.2.0 New Brand (#319) 2020-03-11 16:54:10 +10:00
fonts Serves font locally 2021-05-12 18:03:10 +02:00
html Serves font locally 2021-05-12 18:03:10 +02:00
js Fully support client CAs with access-lists 2023-06-01 00:27:36 +10:00
scss Displays entity id for each entry in frontend 2021-05-16 16:57:05 +02:00
.babelrc v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
.gitignore v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
images v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
package.json Bump moment from 2.27.0 to 2.29.4 in /frontend 2022-07-07 16:43:13 +00:00
webpack.config.js Fix #1950 attempt to encode hdomain values before render 2022-03-25 08:31:28 +10:00
yarn.lock Bump qs from 6.5.2 to 6.5.3 in /frontend 2023-03-07 11:41:12 +00:00