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