Enable gitea email notifications

This commit is contained in:
2023-04-09 22:05:23 -06:00
parent 154b37879b
commit 1065cc4b59
4 changed files with 20 additions and 4 deletions

View File

@@ -37,6 +37,14 @@ in
# catchall for all domains
aliases = map (domain: "@${domain}") domains;
};
"robot@runyan.org" = {
aliases = [
"no-reply@neet.dev"
"robot@neet.dev"
];
sendOnly = true;
hashedPassword = "$2b$05$hkmwXGJSKuG/1.SmLecWSuzlq1F5pjp2ScoipQoVLR0ssSN5MgRs.";
};
};
rejectRecipients = [
"george@runyan.org"