From 52c37d566b65f23afe1a8c49f5720ad18c308f11 Mon Sep 17 00:00:00 2001 From: jmdekker2 Date: Fri, 23 May 2025 14:26:50 +0200 Subject: [PATCH] Update install_nextcloud.yml --- install_nextcloud.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/install_nextcloud.yml b/install_nextcloud.yml index f9423be..d3dbb9b 100644 --- a/install_nextcloud.yml +++ b/install_nextcloud.yml @@ -224,6 +224,16 @@ args: chdir: /var/www/nextcloud + - name: Repareer ontbrekende theming-cachebestanden + shell: sudo -u www-data php /var/www/nextcloud/occ maintenance:repair + args: + chdir: /var/www/nextcloud + + - name: Registreer theming-app expliciet opnieuw + shell: sudo -u www-data php /var/www/nextcloud/occ app:enable theming + args: + chdir: /var/www/nextcloud + - name: Stel Nextcloud in om cron als achtergrondproces te gebruiken shell: sudo -u www-data php /var/www/nextcloud/occ background:cron args: @@ -338,15 +348,7 @@ sudo -u www-data php /var/www/nextcloud/occ config:system:set memcache.locking --value="\\OC\\Memcache\\Redis" --type=string args: chdir: /var/www/nextcloud - - name: Repareer ontbrekende theming-cachebestanden - shell: sudo -u www-data php /var/www/nextcloud/occ maintenance:repair - args: - chdir: /var/www/nextcloud - - name: Registreer theming-app expliciet opnieuw - shell: sudo -u www-data php /var/www/nextcloud/occ app:enable theming - args: - chdir: /var/www/nextcloud handlers: - name: Herstart Apache