|
|
|
|
|
by wiether
181 days ago
|
|
I don't understand the purpose of this parameter value? I have `REQUIRE_SIGNIN_VIEW=true` and I see nothing but my own traffic on Gitea's logs. Is it because I'm using a subdomain that doesn't imply there's a Gitea instance behind? |
|
REQUIRE_SIGNIN_VIEW=true means signin is required for all pages - that's great and definitely stops AI bots. The signin page is very cheap for Gitea to render. However, it is a barrier for the regular human visitors to your site.
'expensive' is a middle-ground that lets normal visitors browse and explore repos, view README, and download release binaries. Signin is only required for "expensive" pageloads, such as viewing file content at specific commits git history.