diff --git a/Dockerfile b/Dockerfile index fa267d111c5a17bb6a5af7567fdcd859b481743c..2eda0054f570f2231b5a26644459d92ed11019bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ ARG TMP_PATCH_DIR="/tmp/build_patches" ARG THEME_VERSION="19.0.8.2" ARG NEWS_VERSION="14.2.2" ARG QUOTA_WARN_VERSION="1.8.0" -ARG CARNET_VERSION="0.23.7" ARG NOTES_VERSION="3.6.4" ARG CONTACTS_VERSION="3.4.3" ARG CALENDAR_VERSION="2.0.5" @@ -27,11 +26,6 @@ RUN curl -fsSL -o quota_warning.tar.gz \ tar -xf quota_warning.tar.gz -C ${BASE_DIR}/custom_apps/ && \ rm quota_warning.tar.gz; -RUN curl -fsSL -o carnet_app.tar.gz \ - "https://github.com/CarnetApp/CarnetNextcloud/releases/download/v${CARNET_VERSION}/carnet-nc-v${CARNET_VERSION}.tar.gz" && \ - tar -xf carnet_app.tar.gz -C ${BASE_DIR}/custom_apps/ && \ - rm carnet_app.tar.gz; - RUN curl -fsSL -o notes.tar.gz \ "https://github.com/nextcloud/notes/releases/download/v${NOTES_VERSION}/notes.tar.gz" && \ tar -xf notes.tar.gz -C ${BASE_DIR}/custom_apps/ && \ diff --git a/custom_entrypoint.sh b/custom_entrypoint.sh index 5669605d1a928b31b4b40a3ecd77f1755119dfda..f00ee55ab16c45dced7cf9070de49ab31cb46360 100644 --- a/custom_entrypoint.sh +++ b/custom_entrypoint.sh @@ -9,7 +9,6 @@ DST_DIR="/var/www/html" rsync $rsync_options --include "/news/" --exclude '/*' $SRC_DIR/custom_apps/ $DST_DIR/custom_apps/ rsync $rsync_options --include "/notes/" --exclude '/*' $SRC_DIR/custom_apps/ $DST_DIR/custom_apps/ rsync $rsync_options --include "/quota_warning/" --exclude '/*' $SRC_DIR/custom_apps/ $DST_DIR/custom_apps/ -rsync $rsync_options --include "/carnet/" --exclude '/*' $SRC_DIR/custom_apps/ $DST_DIR/custom_apps/ rsync $rsync_options --include "/calendar/" --exclude '/*' $SRC_DIR/custom_apps/ $DST_DIR/custom_apps/ rsync $rsync_options --include "/contacts/" --exclude '/*' $SRC_DIR/custom_apps/ $DST_DIR/custom_apps/ rsync $rsync_options --include "/user_backend_sql_raw/" --exclude '/*' $SRC_DIR/custom_apps/ $DST_DIR/custom_apps/