nginx-proxy-manager/frontend/js/app
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
..
audit-log Add translation for search text 2022-02-12 13:28:16 +07:00
dashboard v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
empty v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
error v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
help v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
nginx Fully support client CAs with access-lists 2023-06-01 00:27:36 +10:00
settings Add support for nginx 444 default response 2023-05-22 11:59:50 +10:00
ui open footer link "Fork me" in new tab/windows (_blank) 2022-06-15 12:20:54 +02:00
user Fix #1950 attempt to encode hdomain values before render 2022-03-25 08:31:28 +10:00
users Add translation for search text 2022-02-12 13:28:16 +07:00
api.js Add frontend support for the new clientca type 2023-05-25 00:37:27 +10:00
cache.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
controller.js Adds buttons to test availability of server from public internet 2021-10-31 00:19:18 +02:00
i18n.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
main.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
router.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
tokens.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00