希望Gitea能够新增举报功能

新增举报功能的初衷是抵制网络暴力,开盒等现象,如果没有举报功能,我可能担心网络暴力泛滥成灾。

You can track progress at the following issues, but as far as I know there is nobody working on it:

To reduce amount of spammers, there are some features available. These can be enabled in configuration (Config Cheat Sheet - Docs):

  • EMAIL_DOMAIN_WHITELIST and EMAIL_DOMAIN_BLACKLIST. You can use these to trust certain email providers only, or exclude email providers that are sources of spammers.
  • REGISTER_EMAIL_CONFIRM. Set this to true so that the users must confirm their email prior to doing anything. Alternatively use REGISTER_MANUAL_CONFIRM where you must approve new users.
  • ENABLE_CAPTCHA, CAPTCHA_TYPE and the captcha provider’s respective fields. These make it harder for bots to access Gitea. Once 1.19 is released, you will be able to use the new REQUIRE_CAPTCHA_FOR_LOGIN.