Gitea admin tools to deal w spammers
Go to file
Aravinth Manivannan 2dc4545258
feat: fetch and store users and yell about new users
2022-11-16 02:15:31 +05:30
migrations feat: fetch and store users and yell about new users 2022-11-16 02:15:31 +05:30
src feat: fetch and store users and yell about new users 2022-11-16 02:15:31 +05:30
.gitignore feat: init 2022-11-16 02:15:10 +05:30
Cargo.lock feat: init 2022-11-16 02:15:10 +05:30
Cargo.toml feat: init 2022-11-16 02:15:10 +05:30
LICENSE.md feat: init 2022-11-16 02:15:10 +05:30
README.md feat: add readme 2022-11-16 02:15:16 +05:30
sqlx-data.json feat: init 2022-11-16 02:15:10 +05:30

README.md

(Gitea) Admin Tools

Checking for spammers regularly on my Gitea instance is a chore. I would love to disable registration on this instance but I also plan on moving all my code from GitHub to here. So closing registration isn't an option.

This repository contains utils to deal with spam. To start out, it fetches all user details from Gitea and notifies yells about new users. The admin, me, should then manually look for them to see if they are spammers and delete if necessary.

Needs admin account on Gitea