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: security:
INSTALL_LOCK: true INSTALL_LOCK: true
service: service:
DISABLE_REGISTRATION: false DISABLE_REGISTRATION: true
SHOW_REGISTRATION_BUTTON: false
ENABLE_NOTIFY_MAIL: true
server: server:
APP_DATA_PATH: "/data/gitea" APP_DATA_PATH: "/data/gitea"
DOMAIN: git.svc.hel1.obx DOMAIN: git.svc.hel1.obx
@@ -67,15 +69,15 @@ gitea:
ENABLE_AUTO_REGISTRATION: true ENABLE_AUTO_REGISTRATION: true
UPDATE_AVATAR: true UPDATE_AVATAR: true
ACCOUNT_LINKING: auto ACCOUNT_LINKING: auto
# NOTE: THIS IS IMPOSSIBLE
# mailer: # mailer:
# ENABLED: true # ENABLED: true
# FROM: "noreply@oceanbox.io" # PROTOCOL: "smtp"
# PROTOCOL: "smtp+startls" # SMTP_ADDR: postfix-mail.postfix.svc.cluster.local
# SMTP_ADDR: "smtp.office365.com"
# SMTP_PORT: 587 # SMTP_PORT: 587
# FROM: "noreply@oceanbox.io"
# USER: "noreply@oceanbox.io" # USER: "noreply@oceanbox.io"
# PASSWD: # PASSWD: "00c73c4a-1ad5-477d-b773-d5d63986061e"
# HELO_HOSTNAME: "oceanbox.io"
database: database:
DB_TYPE: postgres DB_TYPE: postgres
MAX_OPEN_CONNS: 90 MAX_OPEN_CONNS: 90
+1 -1
View File
@@ -32,7 +32,7 @@ config:
RELAYHOST_PASSWORD: "00c73c4a-1ad5-477d-b773-d5d63986061e" RELAYHOST_PASSWORD: "00c73c4a-1ad5-477d-b773-d5d63986061e"
postfix: postfix:
myhostname: "oceanbox.io" 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" smtp_tls_security_level: "may"
# To reduce log noise, only try authentication mechanisms supported by Zoho.com # To reduce log noise, only try authentication mechanisms supported by Zoho.com
smtpd_sasl_auth_enable: "no" smtpd_sasl_auth_enable: "no"