From a6ac5c3052b1ec4db5739f1686ba9aeadd0978d4 Mon Sep 17 00:00:00 2001 From: Alexis Ben Miloud--Josselin Date: Thu, 7 Dec 2023 10:18:09 +0100 Subject: [PATCH] webapps/nextcloud: Add condition for config tasks And update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9baa8e1..e4ce869b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ The **patch** part changes is incremented if multiple releases happen the same m * remount-usr: do not try to remount /usr RW if /usr is not a mounted partition * minifirewall: Fix nagios check for old versions of minifirewall * webapps/evoadmin-mail: package can now installed via public.evolix.org/evolix repo starting from Bookworm +* webapps/nextcloud: Set ownership and permissions of data directory +* webapps/nextcloud: Add condition for config tasks ### Changed @@ -52,6 +54,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * unbound: Move generated config file to `/etc/unbound/unbound.conf.d/evolinux.conf` * unbound: Use root hints provided by debian package dns-root-data instead of downloading them * vrrpd: variable to force update the switch script (default: false) +* dovecot: Munin plugin conf path is now `/etc/munin/plugin-conf.d/zzz-dovecot` (instead of `z-evolinux-dovecot`) * webapps/nextcloud: Add Ceph volume to fstab ### Fixed