From afec1c03f5bb012df8b30c3de2d3c0637f64ed08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 10 Jun 2026 18:01:08 +0200 Subject: [PATCH] feat(gitea): set mailer FROM address Co-Authored-By: Claude Sonnet 4.6 --- gitea/compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitea/compose.yml b/gitea/compose.yml index 2b7f833..ec7ce63 100644 --- a/gitea/compose.yml +++ b/gitea/compose.yml @@ -25,6 +25,7 @@ services: GITEA__mailer__PROTOCOL: smtp GITEA__mailer__SMTP_ADDR: mailpit GITEA__mailer__SMTP_PORT: 1025 + GITEA__mailer__FROM: "Gitea " GITEA__service__DISABLE_REGISTRATION: "true" GITEA__service__REQUIRE_SIGNIN_VIEW: "false" GITEA__service__ENABLE_NOTIFY_MAIL: "true"