refactor
This commit is contained in:
parent
99394cb573
commit
bed6aaca07
7 changed files with 101 additions and 86 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue