fix(gitea): Cleanup

This commit is contained in:
2026-01-25 20:38:43 +01:00
parent f6d6282aea
commit 6e7fa3a642
2 changed files with 9 additions and 7 deletions
+8 -6
View File
@@ -51,7 +51,9 @@ gitea:
security:
INSTALL_LOCK: true
service:
DISABLE_REGISTRATION: false
DISABLE_REGISTRATION: true
SHOW_REGISTRATION_BUTTON: false
ENABLE_NOTIFY_MAIL: true
server:
APP_DATA_PATH: "/data/gitea"
DOMAIN: git.svc.hel1.obx
@@ -67,15 +69,15 @@ gitea:
ENABLE_AUTO_REGISTRATION: true
UPDATE_AVATAR: true
ACCOUNT_LINKING: auto
# NOTE: THIS IS IMPOSSIBLE
# mailer:
# ENABLED: true
# FROM: "noreply@oceanbox.io"
# PROTOCOL: "smtp+startls"
# SMTP_ADDR: "smtp.office365.com"
# PROTOCOL: "smtp"
# SMTP_ADDR: postfix-mail.postfix.svc.cluster.local
# SMTP_PORT: 587
# FROM: "noreply@oceanbox.io"
# USER: "noreply@oceanbox.io"
# PASSWD:
# PASSWD: "00c73c4a-1ad5-477d-b773-d5d63986061e"
# HELO_HOSTNAME: "oceanbox.io"
database:
DB_TYPE: postgres
MAX_OPEN_CONNS: 90
+1 -1
View File
@@ -32,7 +32,7 @@ config:
RELAYHOST_PASSWORD: "00c73c4a-1ad5-477d-b773-d5d63986061e"
postfix:
myhostname: "oceanbox.io"
mynetworks: "127.0.0.0/8, 10.1.0.0/24, ::1"
# mynetworks: "127.0.0.0/8, 10.1.0.0/24"
smtp_tls_security_level: "may"
# To reduce log noise, only try authentication mechanisms supported by Zoho.com
smtpd_sasl_auth_enable: "no"