feat: authentik email setup
This commit is contained in:
parent
daa0ee6ada
commit
bed6aff773
2 changed files with 8 additions and 0 deletions
|
|
@ -22,6 +22,14 @@
|
||||||
name = "authentik";
|
name = "authentik";
|
||||||
user = "authentik";
|
user = "authentik";
|
||||||
};
|
};
|
||||||
|
email = {
|
||||||
|
host = "tague.at";
|
||||||
|
port = 587;
|
||||||
|
username = "stefan@tague.at";
|
||||||
|
use_tls = true;
|
||||||
|
use_ssl = false;
|
||||||
|
from = "authentik@tague.at";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
nginx = {
|
nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue