mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
set retention_obligation to default (#1950)
Co-authored-by: Daniel Hansson <github@hanssonit.se>
This commit is contained in:
parent
04ec101f4b
commit
418ded5d01
@ -524,11 +524,11 @@ nextcloud_occ config:system:set remember_login_cookie_lifetime --value="1800"
|
||||
# Set logrotate (max 10 MB)
|
||||
nextcloud_occ config:system:set log_rotate_size --value="10485760"
|
||||
|
||||
# Set trashbin retention obligation (save it in trashbin for 6 months or delete when space is needed)
|
||||
nextcloud_occ config:system:set trashbin_retention_obligation --value="auto, 180"
|
||||
# Set trashbin retention obligation (save it in trashbin for 60 days or delete when space is needed)
|
||||
nextcloud_occ config:system:set trashbin_retention_obligation --value="auto, 60"
|
||||
|
||||
# Set versions retention obligation (save versions for 12 months or delete when space is needed)
|
||||
nextcloud_occ config:system:set versions_retention_obligation --value="auto, 365"
|
||||
# Set versions retention obligation (save versions for 180 days or delete when space is needed)
|
||||
nextcloud_occ config:system:set versions_retention_obligation --value="auto, 180"
|
||||
|
||||
# Remove simple signup
|
||||
nextcloud_occ config:system:set simpleSignUpLink.shown --type=bool --value=false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user