Enable IONOS SMTP mailer for Forgejo on railiance01
Wire forgejo@coulomb.social via smtp.ionos.com:587 in Helm values and add SOPS-encrypted mailbox password overlay for forgejo-deploy.
This commit is contained in:
parent
efb095ea2c
commit
24c8882b69
4 changed files with 84 additions and 2 deletions
|
|
@ -49,5 +49,12 @@ gitea:
|
|||
DISABLE_SSH: false
|
||||
service:
|
||||
DISABLE_REGISTRATION: true
|
||||
mailer:
|
||||
ENABLED: true
|
||||
FROM: forgejo@coulomb.social
|
||||
MAILER_TYPE: smtp
|
||||
HOST: smtp.ionos.com:587
|
||||
IS_TLS_ENABLED: true
|
||||
USER: forgejo@coulomb.social
|
||||
actions:
|
||||
ENABLED: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue