Remove mail config from ttrss

Just doesn't really work
This commit is contained in:
Andreas Zweili 2022-11-15 15:11:38 +01:00
parent edb03b4faf
commit 02e8449723
2 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@ 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";
TTRSS_PLUGINS = "af_comics, af_readability, auth_internal, hotkeys_swap_jk, nginx_xaccel";
};
ttrssService = "${config.virtualisation.oci-containers.backend}-ttrss";
backupService = "${config.virtualisation.oci-containers.backend}-backup";

Binary file not shown.