Merge branch 'main' of gitlab.com:oceanbox/manifests

This commit is contained in:
2026-02-02 12:31:00 +01:00
3 changed files with 17 additions and 17 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