From 22f927052a0d4d42a9a75e91e578dafa4e810163 Mon Sep 17 00:00:00 2001 From: vinnyy-afk Date: Mon, 19 Jan 2026 18:22:18 +0000 Subject: [PATCH] Add gitea-notification-hub to DevOps section (#173) ## Summary Adding [gitea-notification-hub](https://github.com/vincentc-afk/gitea-notification-hub) - a webhook-to-Slack notification service. ## What it does - Receives Gitea webhooks (PR, Issues, Comments) - Sends personalized Slack DMs with real @mentions - Notifies PR owners, reviewers, and assignees - Maps Gitea users to Slack users via Gitea API + email lookup - Caches user mappings in SQLite --------- Co-authored-by: techknowlogick Co-authored-by: vinny Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/173 Co-authored-by: vinnyy-afk Co-committed-by: vinnyy-afk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a33371..a5add08 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [drone](https://github.com/drone/drone) - Drone is a Container-Native, Continuous Delivery Platform. Built-in Gitea support. (see [docs](https://docs.drone.io/server/provider/gitea/)) `Apache-2.0` `Go/TypeScript` - [ghorg](https://github.com/gabrie30/ghorg) - Quickly clone an entire org/users repositories into one directory - Supports Gitea, GitHub, GitLab, and more. `Apache-2.0` `Go` - [gickup](https://github.com/cooperspencer/gickup) - Backup tool for repositories. `Apache-2.0` `Go` +- [gitea-notification-hub](https://github.com/vinnyy-afk/gitea-notification-hub) - Receive Gitea webhooks and send personalized Slack notifications with real @mentions for PRs, issues, and comments. `AGPL-3.0` `Go` - [JayporeCi](https://github.com/theSage21/jaypore_ci) - `⚠️` Self hosted CI tightly integrated with gitea `MIT` `Python` - [Jenkins](https://github.com/jenkinsci/gitea-plugin) - Gitea plugin for jenkins. `MIT` `Java` - [Metroline](https://github.com/metroline/metroline) - `⚠️` Metroline is a Continuous Integration and Delivery platform built with Docker, Node, React and MongoDB, natively compatible with Gitea. `GPL-3.0` `TypeScript`