feat(gitea): set mailer FROM address

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-10 18:01:08 +02:00
parent 9c7a34e9c0
commit afec1c03f5
+1
View File
@@ -25,6 +25,7 @@ services:
GITEA__mailer__PROTOCOL: smtp GITEA__mailer__PROTOCOL: smtp
GITEA__mailer__SMTP_ADDR: mailpit GITEA__mailer__SMTP_ADDR: mailpit
GITEA__mailer__SMTP_PORT: 1025 GITEA__mailer__SMTP_PORT: 1025
GITEA__mailer__FROM: "Gitea <gitea@pivoine.art>"
GITEA__service__DISABLE_REGISTRATION: "true" GITEA__service__DISABLE_REGISTRATION: "true"
GITEA__service__REQUIRE_SIGNIN_VIEW: "false" GITEA__service__REQUIRE_SIGNIN_VIEW: "false"
GITEA__service__ENABLE_NOTIFY_MAIL: "true" GITEA__service__ENABLE_NOTIFY_MAIL: "true"