vaultwarden: set SSO_ONLY
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m21s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m21s
This commit is contained in:
@@ -29,12 +29,13 @@ in
|
||||
rocketPort = 8222;
|
||||
|
||||
ssoEnabled = true;
|
||||
ssoOnly = true;
|
||||
ssoAuthority = "https://auth.vimium.com/oauth2/openid/vaultwarden";
|
||||
ssoClientId = "vaultwarden";
|
||||
signupsAllowed = false;
|
||||
passwordIterations = 1000000;
|
||||
invitationsAllowed = true;
|
||||
invitationOrgName = "Vaultwarden";
|
||||
invitationOrgName = "Vimium";
|
||||
domain = "https://${domain}";
|
||||
};
|
||||
environmentFile = config.age.secrets.vaultwarden-env.path;
|
||||
|
Reference in New Issue
Block a user