OOH I think I get what I did wrong... fixed mailer for forgejo I assume
This commit is contained in:
parent
47e5789b81
commit
72fca64f24
|
@ -40,10 +40,10 @@
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
PROTOCOL = "sendmail";
|
PROTOCOL = "sendmail";
|
||||||
FROM = "no-reply@git.lillianviolet.dev";
|
FROM = "git.lillianviolet.dev";
|
||||||
USER = "gitea";
|
USER = "no-reply";
|
||||||
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
||||||
SENDMAIL_ARGS = "";
|
SENDMAIL_ARGS = "-bs";
|
||||||
};
|
};
|
||||||
repository = {
|
repository = {
|
||||||
ENABLE_PUSH_CREATE_USER = true;
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
|
|
Loading…
Reference in a new issue