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

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 <earl-warren@noreply.codeberg.org>
Co-authored-by: Awiteb <a@4rs.nl>
Co-committed-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2025-01-16 12:58:14 +00:00 committed by Earl Warren
parent 14b2e3161d
commit 72246719a1
2 changed files with 2 additions and 0 deletions

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`)

View file

@ -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))