From d092e18829213acf251930023efeb9f46b4c26ce Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 22 Aug 2021 20:06:11 +0200 Subject: [PATCH] remove email app --- Dockerfile | 2 +- rootfs/etc/cont-init.d/00-nextcloud | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index df06aa9..3870841 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ ENV EMAIL_SHA256_SUM=1d03d78936f04286d03432b26b916fd9a9f94b76169e2402aac42ff9f3c RUN wget https://github.com/nextcloud/mail/archive/refs/tags/$EMAIL_VERSION.tar.gz RUN echo "$EMAIL_SHA256_SUM $EMAIL_VERSION.tar.gz" | sha256sum -c - || exit 1 RUN mkdir /var/lib/nextcloud/apps/mail -RUN tar xzf $EMAIL_VERSION.tar.gz -C /var/lib/nextcloud/apps/mail --strip 1 +#RUN tar xzf $EMAIL_VERSION.tar.gz -C /var/lib/nextcloud/apps/mail --strip 1 ENV MASTODON_INTEGRATION_VERSION=1.0.1 ENV MASTODON_INTEGRATION_SHA256_SUM=fabfd6078be4a0b0cc7066624705cb1781724839a1a0c1a67c6410a3fda0810d diff --git a/rootfs/etc/cont-init.d/00-nextcloud b/rootfs/etc/cont-init.d/00-nextcloud index d851344..049250b 100644 --- a/rootfs/etc/cont-init.d/00-nextcloud +++ b/rootfs/etc/cont-init.d/00-nextcloud @@ -36,7 +36,7 @@ s6-setuidgid nginx ./occ app:enable contacts s6-setuidgid nginx ./occ app:enable news s6-setuidgid nginx ./occ app:enable tasks s6-setuidgid nginx ./occ app:enable notes -s6-setuidgid nginx ./occ app:enable mail +#s6-setuidgid nginx ./occ app:enable mail s6-setuidgid nginx ./occ app:enable sociallogin s6-setuidgid nginx ./occ app:enable integration_mastodon s6-setuidgid nginx ./occ app:enable integration_github