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 61cb1657dc
commit bd01478694

View file

@ -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;