thrall: Configure smtp for Gitea
This commit is contained in:
parent
d0e012e79b
commit
91547ac4b6
1 changed files with 12 additions and 1 deletions
|
|
@ -206,7 +206,18 @@ in {
|
||||||
httpAddress = "127.0.0.1";
|
httpAddress = "127.0.0.1";
|
||||||
httpPort = 3001;
|
httpPort = 3001;
|
||||||
|
|
||||||
settings.service.DISABLE_REGISTRATION = true;
|
settings = {
|
||||||
|
service.DISABLE_REGISTRATION = true;
|
||||||
|
|
||||||
|
mailer = {
|
||||||
|
ENABLED = true;
|
||||||
|
MAILER_TYPE = "smtp";
|
||||||
|
FROM = "git@failco.de";
|
||||||
|
HOST = "thrall.failco.de:25";
|
||||||
|
IS_TLS_ENABLED = false;
|
||||||
|
SENDMAIL_PATH = "/run/wrappers/bin/sendmail";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.fail2ban = {
|
services.fail2ban = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue