Skip to content

Commit ed2837e

Browse files
authored
Remove legacy Nextcloud settings (#6050)
1 parent fa3b789 commit ed2837e

File tree

5 files changed

+1
-403
lines changed

5 files changed

+1
-403
lines changed

.github/renovate.json

-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
"data\/web\/inc\/lib\/vendor\/**"
1616
],
1717
"regexManagers": [
18-
{
19-
"fileMatch": ["^helper-scripts\/nextcloud.sh$"],
20-
"matchStrings": [
21-
"#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s.*?_VERSION=(?<currentValue>.*)"
22-
]
23-
},
2418
{
2519
"fileMatch": ["(^|/)Dockerfile[^/]*$"],
2620
"matchStrings": [

data/Dockerfiles/phpfpm/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN apk add -U --no-cache autoconf \
7777
--with-webp \
7878
--with-xpm \
7979
--with-avif \
80-
&& docker-php-ext-install -j 4 exif gd gettext intl ldap opcache pcntl pdo pdo_mysql pspell soap sockets sysvsem zip bcmath gmp \
80+
&& docker-php-ext-install -j 4 exif gd gettext intl ldap opcache pcntl pdo pdo_mysql pspell soap sockets zip bcmath gmp \
8181
&& docker-php-ext-configure imap --with-imap --with-imap-ssl \
8282
&& docker-php-ext-install -j 4 imap \
8383
&& curl --silent --show-error https://getcomposer.org/installer | php -- --version=${COMPOSER_VERSION} \

data/assets/nextcloud/nextcloud.conf

-130
This file was deleted.

data/assets/nextcloud/occ

-2
This file was deleted.

0 commit comments

Comments
 (0)