feat: add readme
This commit is contained in:
parent
7982588d50
commit
f78379902f
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# (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**
|
Loading…
Reference in a new issue