mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
set versions obligation history
This commit is contained in:
parent
97f25d725d
commit
2fdddb2ab8
@ -327,6 +327,9 @@ occ_command config:system:set log_rotate_size --value="10485760"
|
||||
# Set trashbin retention obligation (save it in trahbin for 6 months or delete when space is needed)
|
||||
occ_command config:system:set trashbin_retention_obligation --value="auto, 180"
|
||||
|
||||
# # Set versions retention obligation (save versions for 12 months or delete when space is needed)
|
||||
occ_command config:system:set versions_retention_obligation --value="auto, 365"
|
||||
|
||||
# Change simple signup
|
||||
if grep -rq "free account" "$NCPATH"/core/templates/layout.public.php
|
||||
then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user