From 72246719a10d9e5cf404f94d12f78b8ff0da44f5 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Thu, 16 Jan 2025 12:58:14 +0000 Subject: [PATCH] bots: Add `forgejo-guardian` (#100) A simple Forgejo instance guardian, banning users and alerting admins based on certain regular expressions https://git.4rs.nl/awiteb/forgejo-guardian Reviewed-on: https://codeberg.org/forgejo-contrib/delightful-forgejo/pulls/100 Reviewed-by: Earl Warren Co-authored-by: Awiteb Co-committed-by: Awiteb --- README.md | 1 + delightful-contributors.md | 1 + 2 files changed, 2 insertions(+) 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`) diff --git a/delightful-contributors.md b/delightful-contributors.md index ede765e..8cd8cf1 100644 --- a/delightful-contributors.md +++ b/delightful-contributors.md @@ -22,3 +22,4 @@ These fine people brought us delight by adding their gems of freedom to this del - [Ikuyo Kita](https://kita.codeberg.page) (codeberg: [@kita](https://codeberg.org/kita), fediverse: [@kitacat@wetdry.world](https://wetdry.world/@kitacat)) - [hazy](https://hazy.gay) (codeberg: [@hazy](https://codeberg.org/hazy), fediverse: [@h@besties.house](https://git.gay/h)) - [Achim Christ](https://www.achim-christ.de/) (codeberg: [@acch](https://codeberg.org/acch), fediverse: [@acch@mastodon.social](https://mastodon.social/@acch)) +- [Awiteb](https://git.4rs.nl) (codeberg: [@awiteb](https://codeberg.org/awiteb))