Enable emails for forgejo
This commit is contained in:
parent
edf58b4488
commit
58f8584c3e
1 changed files with 10 additions and 0 deletions
|
@ -11,16 +11,26 @@
|
|||
RUN_MODE = "prod"; # set to prod for better logs (worse performance)
|
||||
APP_NAME = "git.aciceri.dev";
|
||||
};
|
||||
service.ENABLE_NOTIFY_MAIL = true;
|
||||
session.COOKIE_SECURE = true;
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
server = {
|
||||
HTTP_PORT = 3002;
|
||||
ROOT_URL = "https://git.aciceri.dev";
|
||||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
PROTOCOL = "smtp+starttls";
|
||||
SMTP_ADDR = "smtp.autistici.org";
|
||||
SMTP_PORT = 587;
|
||||
FROM = "andrea.ciceri@autistici.org";
|
||||
USER = "andrea.ciceri@autistici.org";
|
||||
};
|
||||
other = {
|
||||
SHOW_FOOTER_VERSION = false;
|
||||
};
|
||||
};
|
||||
mailerPasswordFile = config.age.secrets.autistici-password.path;
|
||||
dump.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue