This commit is contained in:
Till 2025-05-03 22:10:55 +02:00
parent 99394cb573
commit bed6aaca07
7 changed files with 101 additions and 86 deletions

View file

@ -18,16 +18,15 @@ in {
enable = true;
publicUrl = "https://${outline.hostname}";
storage.storageType = "local";
defaultLanguage = "de_DE";
smtp = {
username = "outline";
passwordFile = "/var/custom-access/outline-smtp-password.txt";
passwordFile = "/dev/null";
fromEmail = outline.mail;
replyEmail = outline.mail;
# host = "arielle.ktiu.net";
replyEmail = config.services.outline.smtp.fromEmail;
host = "localhost";
secure = false;
# port = 587;
port = 25;
};