r/nextcloud: Configure trashbin retention
Setting the `trashbin_retention_obligation` setting to `auto, 30` should supposedly delete files in users' trash bins after 30 days.
This commit is contained in:
@@ -48,6 +48,7 @@ $CONFIG = array (
|
|||||||
'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
|
'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
|
||||||
'maintenance' => {{ nextcloud_maintenance|bool|string|lower }},
|
'maintenance' => {{ nextcloud_maintenance|bool|string|lower }},
|
||||||
'theme' => '',
|
'theme' => '',
|
||||||
|
'trashbin_retention_obligation' => 'auto, 30',
|
||||||
'loglevel' => 2,
|
'loglevel' => 2,
|
||||||
{% if nextcloud_smtp is defined %}
|
{% if nextcloud_smtp is defined %}
|
||||||
'mail_from_address' => '{{ nextcloud_smtp.from.split("@")[0] }}',
|
'mail_from_address' => '{{ nextcloud_smtp.from.split("@")[0] }}',
|
||||||
|
|||||||
Reference in New Issue
Block a user