mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-04-19 12:09:21 +00:00
imagick ext
This commit is contained in:
parent
fb7f548415
commit
add34f5a38
@ -24,17 +24,21 @@ RUN apk -U upgrade \
|
||||
pcre-dev \
|
||||
libtool \
|
||||
samba-dev \
|
||||
imagemagick-dev \
|
||||
&& apk add \
|
||||
libressl \
|
||||
ca-certificates \
|
||||
libsmbclient \
|
||||
tzdata \
|
||||
imagemagick \
|
||||
&& pecl install \
|
||||
smbclient \
|
||||
apcu \
|
||||
redis \
|
||||
imagick \
|
||||
&& echo "extension=smbclient.so" > /php/conf.d/smbclient.ini \
|
||||
&& echo "extension=redis.so" > /php/conf.d/redis.ini \
|
||||
&& echo "extension=imagick.so" > /php/conf.d/imagick.ini \
|
||||
&& mkdir /nextcloud \
|
||||
&& cd /tmp \
|
||||
&& NEXTCLOUD_TARBALL="nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \
|
||||
|
@ -22,11 +22,11 @@ server {
|
||||
}
|
||||
|
||||
location = /.well-known/carddav {
|
||||
return 301 $scheme://$host/remote.php/dav;
|
||||
return 301 $scheme://$host:$server_port/remote.php/dav;
|
||||
}
|
||||
|
||||
|
||||
location = /.well-known/caldav {
|
||||
return 301 $scheme://$host/remote.php/dav;
|
||||
return 301 $scheme://$host:$server_port/remote.php/dav;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
Loading…
x
Reference in New Issue
Block a user