[BROKEN DYNDNS] feat(containers): switch to hetzner for primary domain

This commit is contained in:
steveej 2023-08-08 17:53:01 +02:00
parent 09374a71fd
commit 9988e3e969
7 changed files with 132 additions and 35 deletions

View file

@ -182,7 +182,7 @@
environmentFile = config.sops.secrets.lldap_environmentFile.path;
settings = {
verbose = false;
verbose = true;
ldap_base_dn = "dc=stefanjunker,dc=de";
http_url = "https://lldap.${config.services.ddclientovh.domain}";
@ -193,23 +193,10 @@
smtp_options = {
## Whether to enabled password reset via email, from LLDAP.
enable_password_reset = true;
## The SMTP server.
# server = "ssl0.ovh.net";
server = "smtp.gmail.com";
## The SMTP port.
# port = 465;
port = 587;
## How the connection is encrypted, either "NONE" (no encryption), "TLS" or "STARTTLS".
# smtp_encryption = "TLS";
smtp_encryption = "STARTTLS";
## The SMTP user, usually your email address.
# user = "..."
## The SMTP password.
#password="password"
## The header field, optional: how the sender appears in the email. The first
## is a free-form name, followed by an email between <>.
# from = "Postmaster <postmaster@domain.tld>";
## Same for reply-to, optional.
};
# database_url = "sqlite:///var/lib/lldap/users.db?mode=rwc";