Merge pull request 'flora-6: enable gitea mail notifications' (#215) from infra-gitea-enable-mail-notifications into infra
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #215
Reviewed-by: b12f <hello@benjaminbaedorf.eu>
This commit is contained in:
b12f 2023-04-11 18:42:13 +02:00
commit a4e6dcdf16
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -33,8 +33,9 @@
settings = {
mailer = {
ENABLED = true;
MAILER_TYPE = "smtp";
HOST = "mx2.greenbaum.cloud:465";
PROTOCOL = "smtps";
SMTP_ADDR = "mx2.greenbaum.cloud";
SMTP_PORT = 465;
FROM = ''"pub.solar git server" <gitea@pub.solar>'';
USER = "admins@pub.solar";
};
@ -49,6 +50,7 @@
# uncomment after initial deployment, first user is admin user
# required to setup SSO (oauth openid-connect, keycloak auth provider)
service.ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
service.ENABLE_NOTIFY_MAIL = true;
session.COOKIE_SECURE = lib.mkForce true;
};
};