remove email app

This commit is contained in:
Sebastian Hugentobler 2021-08-22 20:06:11 +02:00
parent b35aa501d1
commit d092e18829
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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