From a681c91517c895a45fcae73f1f7b68188c1b126e Mon Sep 17 00:00:00 2001 From: Loan Robert Date: Fri, 7 Jun 2024 15:45:57 +0200 Subject: [PATCH] Update nextcloud and apps to production versions --- nextcloud/Dockerfile | 2 +- nextcloud/apache2-sessiontoken | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index bc882b29..9eb98d9f 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:25 +FROM nextcloud:28.0.6 # cf https://github.com/nextcloud/docker/blob/master/24/apache/Dockerfile diff --git a/nextcloud/apache2-sessiontoken b/nextcloud/apache2-sessiontoken index 3ea8de00..f0b81e48 100755 --- a/nextcloud/apache2-sessiontoken +++ b/nextcloud/apache2-sessiontoken @@ -15,7 +15,7 @@ sed -i -e '5!d' -e 's/[\t ]//g' /var/www/conf/key.txt su -p "www-data" -s /bin/sh -c "php occ app:enable sessiontoken" ## install and configure webapppassword -wget -qO- https://github.com/digital-blueprint/webapppassword/releases/download/v23.1.0/webapppassword.tar.gz | tar xvz -C /var/www/html/apps/ +wget -qO- https://github.com/digital-blueprint/webapppassword/releases/download/v24.4.0/webapppassword.tar.gz | tar xvz -C /var/www/html/apps/ chown -R www-data: /var/www/html/apps/webapppassword sed -i "/'datadirectory'/a 'webapppassword.origins' => ['$NEXTCLOUD_ALLOW_ORIGIN']," /var/www/html/config/config.php su -p "www-data" -s /bin/sh -c "php occ app:enable webapppassword"