gitea: change sendgrid to smtp2go

This commit is contained in:
2025-07-14 13:09:58 -04:00
parent dc66685a59
commit 88009e3dcc

View File

@@ -31,7 +31,7 @@ gitea:
- name: GITEA__mailer__PASSWD - name: GITEA__mailer__PASSWD
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
key: smtp_apikey key: smtp_smtp2go
name: gitea-secrets name: gitea-secrets
- name: GITEA__security__INTERNAL_TOKEN - name: GITEA__security__INTERNAL_TOKEN
valueFrom: valueFrom:
@@ -85,11 +85,11 @@ gitea:
ALLOWED_HOST_LIST: "drone.infra.dubyatp.xyz,argocd.infra.dubyatp.xyz,discord.com,10.0.0.0/8" ALLOWED_HOST_LIST: "drone.infra.dubyatp.xyz,argocd.infra.dubyatp.xyz,discord.com,10.0.0.0/8"
mailer: mailer:
ENABLED: true ENABLED: true
FROM: gitea@em3532.williamtpeebles.com FROM: gitea@em924671.dubyatp.xyz
PROTOCOL: smtps PROTOCOL: smtps
SMTP_ADDR: smtp.sendgrid.net SMTP_ADDR: mail.smtp2go.com
SMTP_PORT: 465 SMTP_PORT: 465
USER: apikey USER: gitea_dubyatp
security: security:
INSTALL_LOCK: true INSTALL_LOCK: true
extraDeploy: extraDeploy:
@@ -183,8 +183,8 @@ gitea:
decodingStrategy: None decodingStrategy: None
key: gitea key: gitea
metadataPolicy: None metadataPolicy: None
property: smtp_apikey property: smtp_smtp2go
secretKey: smtp_apikey secretKey: smtp_smtp2go
- remoteRef: - remoteRef:
conversionStrategy: Default conversionStrategy: Default
decodingStrategy: None decodingStrategy: None