passthru.selfprivacy -> selfprivacy.passthru

This commit is contained in:
Alexander Tomokhov
2025-02-03 00:57:08 +04:00
parent 365e01a4e3
commit ee2e404eb8
9 changed files with 37 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ let
domain = config.selfprivacy.domain;
cfg = config.selfprivacy.modules.roundcube;
is-auth-enabled = cfg.enableSso;
auth-passthru = config.passthru.selfprivacy.auth;
auth-passthru = config.selfprivacy.passthru.auth;
auth-fqdn = auth-passthru.auth-fqdn;
sp-module-name = "roundcube";
user = "roundcube";