2026-07-03 21:28:32 +02:00
|
|
|
# Encrypt as helm/forgejo-secrets.sops.yaml before production deploy.
|
2026-07-07 02:42:46 +02:00
|
|
|
# Contains database PASSWD, admin password, and IONOS SMTP mailbox password.
|
2026-07-03 21:28:32 +02:00
|
|
|
#
|
|
|
|
|
# gitea:
|
|
|
|
|
# admin:
|
|
|
|
|
# password: <generated>
|
|
|
|
|
# config:
|
|
|
|
|
# database:
|
|
|
|
|
# PASSWD: <same as forgejo-db-credentials>
|
2026-07-07 02:42:46 +02:00
|
|
|
# mailer:
|
|
|
|
|
# PASSWD: <IONOS mailbox password for forgejo@coulomb.social>
|
2026-07-03 21:28:32 +02:00
|
|
|
gitea:
|
|
|
|
|
admin:
|
|
|
|
|
password: REPLACE_WITH_ADMIN_PASSWORD
|
|
|
|
|
config:
|
|
|
|
|
database:
|
2026-07-07 02:42:46 +02:00
|
|
|
PASSWD: REPLACE_WITH_DB_PASSWORD
|
|
|
|
|
mailer:
|
|
|
|
|
PASSWD: REPLACE_WITH_IONOS_MAILBOX_PASSWORD
|