added docs
This commit is contained in:
parent
f61d27d774
commit
8a1538dde9
15 changed files with 120 additions and 630 deletions
|
@ -51,5 +51,14 @@ let vs = config.vault-secrets.secrets; in
|
|||
authUrl = "https://id.0x76.dev/realms/master/protocol/openid-connect/auth";
|
||||
clientSecretFile = "${vs.outline}/keycloakClientSecret";
|
||||
};
|
||||
smtp = rec {
|
||||
username = "outline@0x76.dev";
|
||||
fromEmail = username;
|
||||
replyEmail = username;
|
||||
secure = true;
|
||||
port = 465;
|
||||
host = "mail.0x76.dev";
|
||||
passwordFile = "${vs.outline}/mailPassword";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue