From 26fa1be36c3d0d15552728d6d92e45aad05dc750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 17 Nov 2025 08:01:21 +0100 Subject: [PATCH] feat: enable email notifications in Gitea MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add ENABLE_NOTIFY_MAIL: true to enable email notifications - Set DEFAULT_EMAIL_NOTIFICATIONS: enabled as default for users - Uses existing Mailpit mail relay configuration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- dev/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/compose.yaml b/dev/compose.yaml index 0131b8b..bdd0dbd 100644 --- a/dev/compose.yaml +++ b/dev/compose.yaml @@ -40,6 +40,8 @@ services: GITEA__mailer__FROM: ${EMAIL_FROM} GITEA__service__DISABLE_REGISTRATION: false GITEA__service__REQUIRE_SIGNIN_VIEW: false + GITEA__service__ENABLE_NOTIFY_MAIL: true + GITEA__service__DEFAULT_EMAIL_NOTIFICATIONS: enabled GITEA__packages__ENABLED: true GITEA__actions__ENABLED: true GITEA__ui__THEMES: gitea-auto,gitea-light,gitea-dark,arc-green,edge-auto,edge-dark,edge-light,everforest-auto,everforest-dark,everforest-light,gruvbox-auto,gruvbox-dark,gruvbox-light,gruvbox-material-auto,gruvbox-material-dark,gruvbox-material-light,nord,palenight,soft-era,sonokai,sonokai-andromeda,sonokai-atlantis,sonokai-espresso,sonokai-maia,sonokai-shusia