Enable IONOS SMTP mailer for Forgejo on railiance01
All checks were successful
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 2s

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:
tegwick 2026-07-07 02:42:46 +02:00
parent efb095ea2c
commit 24c8882b69
4 changed files with 84 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Encrypt as helm/forgejo-secrets.sops.yaml before production deploy.
# Contains database PASSWD and admin password consumed by the gitea chart.
# Contains database PASSWD, admin password, and IONOS SMTP mailbox password.
#
# gitea:
# admin:
@ -7,9 +7,13 @@
# config:
# database:
# PASSWD: <same as forgejo-db-credentials>
# mailer:
# PASSWD: <IONOS mailbox password for forgejo@coulomb.social>
gitea:
admin:
password: REPLACE_WITH_ADMIN_PASSWORD
config:
database:
PASSWD: REPLACE_WITH_DB_PASSWORD
PASSWD: REPLACE_WITH_DB_PASSWORD
mailer:
PASSWD: REPLACE_WITH_IONOS_MAILBOX_PASSWORD