Skip to content

Commit

Permalink
Merge pull request #63 from LibreCodeCoop/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
vitormattos authored Feb 19, 2024
2 parents 2dfadd1 + 63d2e7e commit 2538b4e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,19 @@ occ config:app:set files default_quota --value "50 MB"
occ config:app:set core shareapi_allow_share_dialog_user_enumeration --value no

# System settings
# Disable "Log in with a device" at login screen
## Disable "Log in with a device" at login screen
occ config:system:set auth.webauthn.enabled --value false --type boolean
## set the default app
occ config:system:set defaultapp --value my_company
## Disable bruteforce protection (😢 ???)
occ config:system:set auth.bruteforce.protection.enabled --value false --type boolean
## Set the min length of password
occ config:app:set password_policy minLength --value 8
## Force to all users use a specific language
occ config:system:set force_language --value en
## Disable Nextcloud knowledge database (help)
occ config:system:set knowledgebaseenabled --value false --type boolean
## use custom domain insteadof localhost when use occ commands
occ config:system:set overwrite.cli.url --value "https://mycompany.coop"

# Skeleton directory
Expand Down

0 comments on commit 2538b4e

Please sign in to comment.