aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/modules/nextcloud
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-08-21 21:50:34 +0200
committeralex <alex@pdp7.net>2026-08-21 21:50:34 +0200
commit3d98b67328040cb1ef71714ce981d434591687b4 (patch)
tree735c9cab6a6cfebbf549262bfba669ff41bf73da /personal_infra/puppet/modules/nextcloud
parent540b97ae5d140ce24f5a94ce66769e22f7427e10 (diff)
Disable temporarily previewsmaster
Diffstat (limited to 'personal_infra/puppet/modules/nextcloud')
-rw-r--r--personal_infra/puppet/modules/nextcloud/manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/personal_infra/puppet/modules/nextcloud/manifests/init.pp b/personal_infra/puppet/modules/nextcloud/manifests/init.pp
index 93fe625d..b4f3f6eb 100644
--- a/personal_infra/puppet/modules/nextcloud/manifests/init.pp
+++ b/personal_infra/puppet/modules/nextcloud/manifests/init.pp
@@ -44,7 +44,9 @@ class nextcloud(
}
cron {"nextcloud-previews":
- command => "cd /tmp/ ; sudo -u apache php -d memory_limit=512M /usr/share/nextcloud/occ preview:generate-all -q",
+ # https://github.com/nextcloud/previewgenerator/issues/673
+ command => "true",
+ # command => "cd /tmp/ ; sudo -u apache php -d memory_limit=512M /usr/share/nextcloud/occ preview:generate-all -q",
minute => "41",
}
}