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.frigate-exporter
parent
265aa074aa
commit
a22c8aa0d2
|
@ -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] }}',
|
||||||
|
|
Loading…
Reference in New Issue