From 182215d5b68af322c4f4ebcddb2ac102ce883d94 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Thu, 16 Jan 2025 10:50:15 +0000 Subject: [PATCH] bots: Add `forgejo-guardian` A simple Forgejo instance guardian, banning users and alerting admins based on certain regular expressions Signed-off-by: Awiteb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5747c8..f706e8e 100644 --- a/README.md +++ b/README.md @@ -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`)