Is there any way to make gitea only login to access any page but open raw pages, I tried using REQUIRE_SIGNIN_VIEW: true, but it disables raw pages as well.
I am currently modifying tmpl template pages one by one to achieve the effect of not allowing viewing without login. There are very many pages and it is very tedious to work with, is there an easier way to achieve my goal?
Except for the raw page, all other users need to be logged in to view it.
1 Like