Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
nextcloud: explicitly enable WebAuthN support
Browse files Browse the repository at this point in the history
status-im/infra-office#9

Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Mar 25, 2022
1 parent 9509cfa commit e2a2b1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/nextcloud/templates/config.php.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
$CONFIG = [
'version' => '23.0.0.10',
'installed' => true,
/* AUTH */
'auth.webauthn.enabled' => true,
/* ENCRYPTION */
/* WARNING: All three have to be present and the same */
'instanceid' => '{{ nextcloud_instance_id | mandatory }}',
Expand Down

0 comments on commit e2a2b1f

Please sign in to comment.