Update install_nextcloud.yml

This commit is contained in:
jmdekker2
2025-05-23 14:04:45 +02:00
committed by GitHub
parent e23fa8c4c3
commit 8ff6497b72

View File

@@ -338,6 +338,15 @@
sudo -u www-data php /var/www/nextcloud/occ config:system:set memcache.locking --value="\\OC\\Memcache\\Redis" --type=string sudo -u www-data php /var/www/nextcloud/occ config:system:set memcache.locking --value="\\OC\\Memcache\\Redis" --type=string
args: args:
chdir: /var/www/nextcloud 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: handlers:
- name: Herstart Apache - name: Herstart Apache