a96c470259
update nextcloud to 24.0.3
2022-07-19 12:50:04 +02:00
0376a78f55
update php.ini: increase limits to match recommendations
...
increase interned_strings_buffer as notified by the admin panel and
increase the apc cache revalidation time as revalidating the php files
isn't required that often (see https://docs.nextcloud.com/server/24/admin_manual/installation/server_tuning.html#enable-php-opcache )
2022-07-16 09:58:55 +02:00
3a66289347
bump nextcloud version to 24.0.2
2022-06-22 08:45:47 +02:00
da0d0d5f78
update nextcloud to 24.0.1
2022-05-20 00:52:29 +02:00
cd32c17e82
update nextcloud to 23.0.4
2022-04-23 20:47:19 +02:00
eee0b089a3
23.0.3 update
2022-03-25 19:41:16 +01:00
e34747b677
update nextcloud to 23.0.2
2022-02-23 20:18:11 +01:00
a83a87fc70
update nextcloud to 23.0.1
2022-02-23 20:18:11 +01:00
b4e9cf6da1
bump version number to 22.2.3
2021-11-25 23:51:12 +01:00
450ef60b05
nextcloud version update 22.2.2
...
also move data folder from webroot / installation directory (needs config update!)
2021-11-13 11:51:31 +01:00
baed22c2c4
update nextcloud version in dockerfile
2021-10-01 16:46:04 +02:00
5aab12a353
update nextcloud to 21.0.4
2021-09-03 18:19:57 +02:00
018c3737fc
update nextcloud to 21.0.3
2021-07-07 00:15:20 +02:00
b080f5b401
bump version to 21.0.2
2021-05-28 01:30:21 +02:00
a9e80edb8a
increase upload filesizes and timeouts
2021-04-11 21:39:59 +02:00
821867a7d7
update nextcloud to 21.0.1
2021-04-11 21:39:40 +02:00
6cf972a6be
enable apc for cli to fix OOM issue on occ
2021-02-23 17:22:07 +01:00
e0b4753db4
install imagemagick from git
2021-02-23 17:20:37 +01:00
ff1c5abf6d
remove plugins which aren't required anymore with php8
2021-02-23 17:20:10 +01:00
612b4325fb
bump version number
2021-02-23 17:19:32 +01:00
4f8d016136
another patch update
2021-02-06 23:57:13 +01:00
3e2886f7cd
update nextcloud version
2021-01-26 21:06:28 +01:00
0bbfa8009b
upgrade nextcloud
2021-01-21 21:00:25 +01:00
83f3c1c65d
update to 20.0.4
2020-12-16 22:20:03 +01:00
e0b1d8df21
update nextcloud to 20.0.3
2020-12-16 21:33:33 +01:00
9c0b29ccf6
update nextcloud to version 20.0.2 and update php from 7.3 to 7.4
2020-11-20 10:59:13 +01:00
ee4f89c911
update nextcloud to 20.0.1
2020-10-26 22:13:17 +01:00
root
316ab4b3ef
increased nextcloud version to version 20
2020-10-26 20:12:45 +01:00
ee07717dee
update nextcloud to 19.0.4
2020-10-13 21:07:53 +02:00
79f14a2a8b
update nextcloud version
2020-10-04 23:50:04 +02:00
70102556d2
update nextcloud version to 19.0.2
2020-08-27 22:50:55 +02:00
416b5a37c3
update nextcloud to version 19
2020-08-24 21:26:30 +02:00
7b146549fb
update nextcloud version
2020-06-13 18:57:04 +02:00
733a050d71
bump nextcloud version to 18.0.5
2020-06-05 08:37:49 +02:00
68ab991123
bump nextcloud version number
2020-04-23 11:30:23 +02:00
d0c035862f
update nextcloud version number
2020-03-25 18:22:40 +01:00
5c3b9529c7
version update
2020-03-13 09:27:06 +01:00
27081c105b
bump version number for nextcloud
2020-02-13 20:44:34 +01:00
4c45232d3d
update nextcloud version
2020-01-31 15:42:43 +01:00
b1d603fb91
add gmp library to php container as it is required for the bookmarks
...
addon
2019-10-22 19:51:59 +02:00
c4c0281354
Merge branch 'master' of https://git.zom.bi/dockerfiles/nextcloud
2019-09-30 22:49:57 +02:00
db53651e97
increase php memory limit
2019-09-30 22:48:50 +02:00
fd6c4b59b7
replace redis with apcu
2019-09-30 22:47:58 +02:00
2718a8f1bf
bump version number for php and nextcloud
2019-09-30 22:46:52 +02:00
bf8406bd82
Prevent endless restarting of update-htaccess.sh
...
In version 14 beta there was a bug which let the htaccess fail. Unfortunately
supervisord restarted the script in case of an error which led to it being
endlessly restarted. To prevent this and similar update issues in the future, we
let the update-script exit with code 0 even if there's an error.
2019-08-08 22:15:17 +02:00
Hive
af486d2fc2
Update to nextcloud version 15
...
We update from nextcloud version 14 to version 15
2019-08-08 22:08:44 +02:00
b5a3c10f13
Updated nextcloud version to 14.0.0 beta
2018-09-18 16:53:34 +02:00
017fa04b0f
Updated Nextcloud version
...
From 12.0.4 to 13.0.6
2018-09-14 12:07:21 +02:00
37cfcf9503
Upgrade Nextcloud and downgrade base image
...
Due to recent changes mcrypt is not available anymore
in the latest php docker image. Thus we downgrade the
base image for now.
Additionally we upgrade the Nextcloud Version to 12.0.4
as the old image provided 12.0.2, which we upgraded within
the container to 12.0.3.3. We couldn't reuse 12.0.2 as a downgrade
of our database to the 12.0.2 database is not possible.
2018-01-17 18:55:10 +01:00
9e0beb46aa
Fix crontab inclusion
2017-09-10 13:13:34 +02:00