update forgejo to 2.8.0+1.21.11-rootless

This commit is contained in:
Moritz 2024-05-13 16:47:21 +02:00
parent ed5eb24eda
commit f497852adb
4 changed files with 24 additions and 0 deletions

View file

@ -105,3 +105,14 @@ pretix:
traefik:
env:
LETS_ENCRYPT_EMAIL: "{{smtp_user}}@{{smtp_domain}}"
gitea:
env:
GITEA_MAILER_HOST: "{{smtp_host}}:465"
GITEA_MAILER_FROM: "{{smtp_user}}@{{smtp_domain}}"
GITEA_MAILER_USER: "{{smtp_user}}@{{smtp_domain}}"
uncomment:
- compose.smtp.yml
- GITEA_SMTP_MAILER_ENABLED
- SECRET_SMTP_PASSWORD_VERSION
secrets:
smtp_password: "{{smtp_password}}"