Add gitea module #42
Loading…
Reference in a new issue
No description provided.
Delete branch "gitea"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +58,4 @@
FROM = "\"iFSR Git\" <git@${config.fsr.domain}>";
SMTP_ADDR = "localhost";
SMTP_PORT = 25;
};
I couldn't get mail sending to work yet, maybe you can take a look @therealr5? It can be tested via the
/admin/config
page.@ -0,0 +58,4 @@
FROM = "\"iFSR Git\" <git@${config.fsr.domain}>";
SMTP_ADDR = "localhost";
SMTP_PORT = 25;
};
Just merged mail stuff. Try rebasing onto main and add git as alias in /etc/aliases
ready to be merged