1
0
Fork 0
mirror of https://codeberg.org/forgejo-contrib/delightful-forgejo.git synced 2025-04-19 06:48:04 +02:00

bots: Add forgejo-guardian

A simple Forgejo instance guardian, banning users and alerting admins
based on certain regular expressions

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2025-01-16 10:50:15 +00:00
parent 14b2e3161d
commit 182215d5b6
No known key found for this signature in database
GPG key ID: 3F6B55640AA6682F

View file

@ -159,6 +159,7 @@ Learn about Forgejo actions in the [![][forgejo] Actions admin guide](https://fo
- [gitcat](https://git.mastodont.cat/spla/gitcat) - Python script that allows sign-up to a Forgejo instance to all local users of a Mastodon server. (`Python - GPLv3`)
- [Renovate](https://docs.renovatebot.com/modules/platform/gitea/#gitea-and-forgejo) - Dependency update tool (similar to dependabot) with Forgejo support. (`TypeScript - AGPLv3`)
- [Codeijika](https://codeberg.org/kita/codeijika) - A Discord bot that retrieves various information from a Forgejo instance like Codeberg. (`Python - AGPLv3`)
- [forgejo-guardian](https://git.4rs.nl/awiteb/forgejo-guardian) - Simple Forgejo instance guardian, banning users and alerting admins based on certain regular expressions. (`Rust - AGPLv3`)
### Scripts
- [github2gitea/github2forgejo](https://github.com/maxkratz/github2gitea-mirror) - Bash script that creates mirrors for various GitHub resources like orgs, users and starred repos (incl. private repos). (`Bash - AGPLv3`)