kanidm: bind LDAP to VPN
All checks were successful
Check flake / build-amd64-linux (push) Successful in 4m21s

This commit is contained in:
2025-02-13 15:01:04 +00:00
parent f37dfc003f
commit 01c9d1b488
2 changed files with 6 additions and 3 deletions

View File

@ -69,8 +69,8 @@
inherit uri;
};
serverSettings = {
bindaddress = "[::1]:3013";
ldapbindaddress = "[::1]:636";
bindaddress = "127.0.0.1:3013";
ldapbindaddress = "100.64.0.1:636";
domain = baseDomain;
origin = uri;
tls_chain = "${config.security.acme.certs.${domain}.directory}/full.pem";
@ -83,7 +83,7 @@
useACMEHost = "auth.vimium.com";
forceSSL = true;
locations."/" = {
proxyPass = "https://[::1]:3013";
proxyPass = "https://127.0.0.1:3013";
};
};
};