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 f5d1193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
ARG DECK_VERSION=v1.14.1
RUN wget -qO- https://github.com/nextcloud-releases/deck/releases/download/${DECK_VERSION}/deck.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 f5d1193

Please sign in to comment.