You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
auth/reverseproxy: Add support for full name (go-gitea#20776)
Add migrate repo archiver and packages storage support on command line (go-gitea#20757)
Refactor AssertExistsAndLoadBean to use generics (go-gitea#20797)
[skip ci] Updated translations via Crowdin
Fix the commit diff route (go-gitea#20796)
Fix push mirror address backend get error Address cause setting page display error (go-gitea#20593)
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -492,6 +492,8 @@ Certain queues have defaults that override the defaults set in `[queue]` (this o
492
492
authentication.
493
493
-`REVERSE_PROXY_AUTHENTICATION_EMAIL`: **X-WEBAUTH-EMAIL**: Header name for reverse proxy
494
494
authentication provided email.
495
+
-`REVERSE_PROXY_AUTHENTICATION_FULL_NAME`: **X-WEBAUTH-FULLNAME**: Header name for reverse proxy
496
+
authentication provided full name.
495
497
-`REVERSE_PROXY_LIMIT`: **1**: Interpret X-Forwarded-For header or the X-Real-IP header and set this as the remote IP for the request.
496
498
Number of trusted proxy count. Set to zero to not use these headers.
497
499
-`REVERSE_PROXY_TRUSTED_PROXIES`: **127.0.0.0/8,::1/128**: List of IP addresses and networks separated by comma of trusted proxy servers. Use `*` to trust all.
@@ -577,6 +579,8 @@ Certain queues have defaults that override the defaults set in `[queue]` (this o
577
579
for reverse authentication.
578
580
-`ENABLE_REVERSE_PROXY_EMAIL`: **false**: Enable this to allow to auto-registration with a
579
581
provided email rather than a generated email.
582
+
-`ENABLE_REVERSE_PROXY_FULL_NAME`: **false**: Enable this to allow to auto-registration with a
583
+
provided full name for the user.
580
584
-`ENABLE_CAPTCHA`: **false**: Enable this to use captcha validation for registration.
581
585
-`REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA`: **false**: Enable this to force captcha validation
582
586
even for External Accounts (i.e. GitHub, OpenID Connect, etc). You also must enable `ENABLE_CAPTCHA`.
0 commit comments