add docs about compiling BW from source on Linux, add docs about packages pinning on Linux and fix regex for REVERSE_PROXY_AUTH_REQUEST and REVERSE_PROXY_AUTH_REQUEST_SIGNIN_URL

This commit is contained in:
florian
2022-06-13 21:04:25 +02:00
parent 15ac64b05f
commit f9a042526e
2 changed files with 88 additions and 5 deletions

View File

@@ -99,7 +99,7 @@
"help": "Enable authentication using an external provider (value of auth_request directive).",
"id": "reverse-proxy-auth-request",
"label": "Reverse proxy auth request",
"regex": "^/.*$",
"regex": "^.*$",
"type": "text",
"multiple": "reverse-proxy"
},
@@ -109,7 +109,7 @@
"help": "Redirect clients to signin URL when using REVERSE_PROXY_AUTH_REQUEST (used when auth_request call returned 401).",
"id": "reverse-proxy-auth-request-signin-url",
"label": "Auth request signin URL",
"regex": "^http.*$",
"regex": "^.*$",
"type": "text",
"multiple": "reverse-proxy"
},