Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33c1645e authored by Florent VINCENT's avatar Florent VINCENT 👾
Browse files

remove embedded carnet app from image

parent 189fe0df
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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/ && \
+0 −1
Original line number Diff line number Diff line
@@ -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/