flora-6: update gitea config

change to new responsible MX
disable signing commits etc.
This commit is contained in:
teutat3s 2023-01-28 15:15:46 +01:00
parent cda684ae32
commit 291edb6b52
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -34,14 +34,15 @@
mailer = { mailer = {
ENABLED = true; ENABLED = true;
MAILER_TYPE = "smtp"; MAILER_TYPE = "smtp";
HOST = "mail.greenbaum.cloud:465"; HOST = "mx2.greenbaum.cloud:465";
FROM = ''"pub.solar git server" <gitea@pub.solar>''; FROM = ''"pub.solar git server" <gitea@pub.solar>'';
USER = "admins@pub.solar"; USER = "admins@pub.solar";
}; };
"repository.signing" = { # currently broken, gpg core dumps
SIGNING_KEY = "default"; #"repository.signing" = {
MERGES = "always"; # SIGNING_KEY = "default";
}; # MERGES = "always";
#};
openid = { openid = {
ENABLE_OPENID_SIGNIN = true; ENABLE_OPENID_SIGNIN = true;
ENABLE_OPENID_SIGNUP = true; ENABLE_OPENID_SIGNUP = true;
@ -68,5 +69,4 @@
environment.variables = { environment.variables = {
GPG_TTY = "$(tty)"; GPG_TTY = "$(tty)";
}; };
} }