Enable mailing on ttrss

This commit is contained in:
Andreas Zweili 2022-11-13 14:04:30 +01:00
parent cd971c4371
commit f41b93b067
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,9 @@ let
TTRSS_DB_HOST = "host.docker.internal";
TTRSS_SELF_URL_PATH = "https://${domain}/tt-rss";
TTRSS_SESSION_COOKIE_LIFETIME = "604800";
TTRSS_PLUGINS = "af_comics, af_readability, auth_internal, hotkeys_swap_jk, mailer_smtp, nginx_xaccel";
TTRSS_SMTP_SERVER = "mail.infomaniak.com:465";
TTRSS_SMTP_SECURE = "ssl";
};
ttrssService = "${config.virtualisation.oci-containers.backend}-ttrss";
backupService = "${config.virtualisation.oci-containers.backend}-backup";
@ -89,3 +92,7 @@ in
systemd.services.${ttrssService}.after = [ "nginx.service" ];
systemd.services.postgresql.after = [ "${ttrssService}.service" ];
}

Binary file not shown.