From 1440db6afc3e4a1443b140c848e03b34c6339aa1 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sat, 7 Dec 2024 00:09:53 -0600 Subject: [PATCH] Update Nextcloud to version 28 --- playbooks/tasks/web/nextcloud.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/playbooks/tasks/web/nextcloud.yml b/playbooks/tasks/web/nextcloud.yml index bb7be36..e835989 100644 --- a/playbooks/tasks/web/nextcloud.yml +++ b/playbooks/tasks/web/nextcloud.yml @@ -2,17 +2,7 @@ - name: docker deploy nextcloud docker_container: name: nextcloud - image: nextcloud:27 - # The entrypoint workaround is for this issue: - # - # https://github.com/nextcloud/docker/issues/1414 - # - # This installs imagemagick to allow for SVG support and to clear the last - # setup warning in the application. - # It can be safely removed upon closure of this issue. I'm just doing it to - # make the big bad triangle go away. - entrypoint: /bin/sh - command: -c "apt-get update; apt-get install -y libmagickcore-6.q16-6-extra; /entrypoint.sh apache2-foreground" + image: nextcloud:28 env: PHP_UPLOAD_LIMIT: 1024M networks: