fix(gitea/pf): Add mail

This commit is contained in:
2026-02-01 22:40:08 +01:00
parent 5a013b42ba
commit e4cb8b36df
2 changed files with 16 additions and 18 deletions
+6 -8
View File
@@ -73,14 +73,12 @@ gitea:
ENABLE_AUTO_REGISTRATION: true
ACCOUNT_LINKING: "login"
USERNAME: "nickname"
# mailer:
# ENABLED: true
# FROM: "noreply@oceanbox.io"
# PROTOCOL: "smtp+startls"
# SMTP_ADDR: "smtp.office365.com"
# SMTP_PORT: 587
# USER: "noreply@oceanbox.io"
# PASSWD:
mailer:
ENABLED: true
FROM: "gitea@oceanbox.io"
PROTOCOL: "smtp"
SMTP_ADDR: "postfix-mail.postfix.svc.cluster.local"
SMTP_PORT: 587
database:
DB_TYPE: postgres
MAX_OPEN_CONNS: 90