mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
This commit is contained in:
parent
3acc8da84a
commit
837b1196f4
@ -324,6 +324,9 @@ occ_command config:system:set remember_login_cookie_lifetime --value="1800"
|
||||
# Set logrotate (max 10 MB)
|
||||
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"
|
||||
|
||||
# Change simple signup
|
||||
if grep -rq "free account" "$NCPATH"/core/templates/layout.public.php
|
||||
then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user