From 2be5cb255ba3098855a989ddb64d0679afa1bda3 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 3 Feb 2022 10:28:33 +0100 Subject: [PATCH] Install some apps by default Signed-off-by: szaimen --- Containers/nextcloud/entrypoint.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Containers/nextcloud/entrypoint.sh b/Containers/nextcloud/entrypoint.sh index 96b0d1b5..60a82373 100644 --- a/Containers/nextcloud/entrypoint.sh +++ b/Containers/nextcloud/entrypoint.sh @@ -182,6 +182,14 @@ if ! [ -f "/mnt/ncdata/skip.update" ]; then # Not needed anymore with the removal of the updatenotification app: # php /var/www/html/occ config:app:set updatenotification notify_groups --value="[]" + # Install some apps by default + php /var/www/html/occ app:install twofactor_totp + php /var/www/html/occ app:install deck + php /var/www/html/occ app:install tasks + php /var/www/html/occ app:install calendar + php /var/www/html/occ app:install contacts + php /var/www/html/occ app:install apporder + #upgrade else while [ -n "$(pgrep -f cron.php)" ]