kanidm: explicitly bind to localhost
This commit is contained in:
parent
d629eedaaf
commit
8ce9100913
|
@ -26,6 +26,7 @@ in {
|
|||
domain = "auth.nani.wtf";
|
||||
tls_chain = "${credsDir}/fullchain.pem";
|
||||
tls_key = "${credsDir}/key.pem";
|
||||
bindaddress = "127.0.0.1:8300";
|
||||
online_backup = {
|
||||
path = "/data/backup/kanidm";
|
||||
schedule = "00 22 * * *";
|
||||
|
|
Loading…
Reference in New Issue