remove email app
This commit is contained in:
parent
b35aa501d1
commit
d092e18829
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user