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
Dustin 2024-10-13 18:38:12 -05:00
parent 265aa074aa
commit a22c8aa0d2
1 changed files with 1 additions and 0 deletions

View File

@ -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] }}',