forked from pub-solar/os
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 = {
|
||||
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)";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue