OOH I think I get what I did wrong... fixed mailer for forgejo I assume

This commit is contained in:
Lillian Violet 2024-01-02 12:33:20 +01:00
parent 47e5789b81
commit 72fca64f24

View file

@ -40,10 +40,10 @@
mailer = {
ENABLED = true;
PROTOCOL = "sendmail";
FROM = "no-reply@git.lillianviolet.dev";
USER = "gitea";
FROM = "git.lillianviolet.dev";
USER = "no-reply";
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
SENDMAIL_ARGS = "";
SENDMAIL_ARGS = "-bs";
};
repository = {
ENABLE_PUSH_CREATE_USER = true;