kanidm: explicitly bind to localhost

main
Oystein Kristoffer Tveit 2024-01-23 05:32:34 +01:00
parent d629eedaaf
commit 8ce9100913
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 0 deletions

View File

@ -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 * * *";