Skip to content

Commit

Permalink
update nextcloud extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Oct 7, 2024
1 parent 59abe5b commit 6d5d8ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ ADD disable_notification_message.patch /tmp/disable_notification_message.patch
RUN patch -p1 -d /var/www/nextcloud < /tmp/disable_notification_message.patch

# install richdocuments
ARG RICHDOCUMENTS_VERSION=v8.4.3
ARG RICHDOCUMENTS_VERSION=v8.5.1
RUN mkdir /var/www/nextcloud/apps/richdocuments && \
wget -qO- https://github.com/nextcloud/richdocuments/archive/refs/tags/${RICHDOCUMENTS_VERSION}.tar.gz |\
tar -C /var/www/nextcloud/apps/richdocuments --strip-components 1 -xz --no-same-owner

# install deck app
ARG DECK_VERSION=v1.12.4
RUN wget -qO- https://github.com/nextcloud-releases/deck/releases/download/${DECK_VERSION}/deck.tar.gz |\
ARG DECK_VERSION=v1.14.1
RUN wget -qO- https://github.com/nextcloud-releases/deck/releases/download/${DECK_VERSION}/deck-${DECK_VERSION}.tar.gz |\
tar -C /var/www/nextcloud/apps -xz --no-same-owner

# install oidc login
ARG OIDC_VERSION=v3.1.1
ARG OIDC_VERSION=v3.2.0
RUN wget -qO- https://github.com/pulsejet/nextcloud-oidc-login/releases/download/${OIDC_VERSION}/oidc_login.tar.gz |\
tar -C /var/www/nextcloud/apps -xz --no-same-owner

Expand Down

0 comments on commit 6d5d8ff

Please sign in to comment.