flora-6: update gitea config
change to new responsible MX disable signing commits etc.
This commit is contained in:
parent
cda684ae32
commit
291edb6b52
|
@ -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)";
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue