Mickael
d27a1bf7f1
Update Dockerfile-debian.template
...
Fix Dockerfile template to properly evaluate environment variables in nextcloud.ini
The previous version of the Dockerfile used single quotes around the echo commands, preventing the proper evaluation of environment variables. This commit fixes the issue by replacing the single quotes with double quotes, allowing for the interpolation of environment variables. Now, the nextcloud.ini file correctly reflects the values of the PHP_MEMORY_LIMIT and PHP_UPLOAD_LIMIT environment variables.
Signed-off-by: Mickael <mickael.monsieur@gmail.com>
2024-05-24 15:49:35 +02:00
J0WI
f9ce81fb7f
Add FTP module back ( #2152 ) ( #2169 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-03-04 21:50:47 +00:00
J0WI
d3b3eeba85
Debian Bookworm ( #2033 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-07-24 19:36:02 +00:00
Dennis Værum
d3251467e6
Added entrypoint hooks for your own custom scripts ( #1964 )
...
* Added entrypoint hooks for your own custom scripts
Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
* Small changes:
- Only execute shell-scripts (mening files ending with .sh)
- Sort the files before executing them, had forgotten 😅
- Added a message when a hook script finish
- Added prefix arror to message to show the are related
Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
* Show in the search msg that it only searches for '*.sh' files
Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
* Fixed spelling mistake
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com>
* Updated the `README.md` file
Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
* change from using find to using a for-loop to located the `.sh` files
Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
* Fix bug - that would make docker-entrypoint.sh failed, hook folders was empty
Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
---------
Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2023-06-22 16:06:37 +00:00
Daniel Rudolf
570ac60ed2
Add versions.json ( #1995 )
...
* Add %%DEBIAN_VERSION%% placeholder
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* Replace %%BASE_DOWNLOAD_URL%% placeholder by %%DOWNLOAD_URL{_ASC}%%
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* Add version.json
'versions.json' contains information about the latest branches and variants. It is managed by `./update.sh`, there's no need to edit this file manually, just run `./update.sh`.
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* Run update.sh
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
---------
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-05-31 12:13:56 +00:00
J0WI
8c9cdd1268
Add sysvsem ( #1952 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-21 19:31:21 +00:00
J0WI
321d0b29a0
Remove EOL 23 ( #1951 )
...
* Remove EOL 23
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Clenaup GMP extension installation
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
---------
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-21 18:45:38 +00:00
simonmicro
e7eb6af83c
Fix for Nextcloud opcache-complains
2023-03-01 22:57:40 +01:00
Varun Patil
e4f5b95e1e
Enable JIT ( #1829 )
...
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-02-08 14:50:46 +00:00
Justin Lamp
dfb538c5c7
Fixes warning about svg support missing ( #1789 )
...
* Include imagick in all flavours
Signed-off-by: Justin Lamp <justin.lamp@netways.de>
* Fix alpine imagick version
Signed-off-by: Justin Lamp <justin.lamp@netways.de>
* Changed alpine package to imagemagick
php extension is already present, so only install imagemagick
Signed-off-by: modzilla99 <justin.lamp96@gmail.com>
Signed-off-by: Justin Lamp <justin.lamp@netways.de>
Signed-off-by: modzilla99 <justin.lamp96@gmail.com>
2022-11-15 14:36:51 +01:00
J0WI
cde03854f6
Use $PHP_INI_DIR var ( #1790 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-07-18 16:53:48 +00:00
John Molakvoæ
ca1e773918
Revert "Add healthcheck"
2022-04-14 15:26:20 +02:00
John Molakvoæ
f9d8052b48
Merge pull request #1684 from TheLastProject/feature/healthcheck
...
Add healthcheck
2022-04-14 09:05:53 +02:00
Sylvia van Os
8355426311
Add healthcheck
...
This checks if status.php returns succesfully to determine if the
Nextcloud instance is health.
Signed-off-by: Sylvia van Os <sylvia@hackerchick.me>
2022-04-13 19:03:06 +02:00
J0WI
d27ec71090
Set recommend opcache.revalidate_freq ( #1718 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-03-23 11:27:28 +00:00
rugk
6478d4d0ce
Increase (double) opcache string buffer size ( #1702 )
...
* Increase (double) opcache string buffer size (debian)
This fixes https://github.com/nextcloud/docker/issues/1692
* Increase (double) opcache string buffer size (alpine)
This fixes #1692
2022-03-23 09:53:53 +00:00
rugk
13eb6969c6
doc: fix link to OpCache server doc ( #1703 )
...
* doc: fix link to OpCache server doc
* doc: fix link to OpCache server doc
2022-02-20 19:45:22 +00:00
am97
f0ae2d018b
Add libldap-common as runtime dependency, not build dependency ( #1609 )
...
Signed-off-by: Andrés Maldonado <maldonado@codelutin.com>
Co-authored-by: Andrés Maldonado <maldonado@codelutin.com>
2021-10-20 19:12:43 +00:00
sleif
9d83a82b63
also install libldap-common to get a valid /etc/ldap/ldap.conf file ( #1586 )
...
related to https://github.com/nextcloud/docker/issues/1572
Signed-off-by: Sebastian BERTHOLD <5272331+sleif@users.noreply.github.com>
2021-09-30 12:58:53 +00:00
J0WI
25a19158fc
Update to Bullseye ( #1562 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-08-27 10:38:19 +00:00
J0WI
62a46a6c4d
Alpine 3.14 ( #1521 )
...
* Update keyserver
https://github.com/docker-library/faq/pull/23
* Alpine 3.14
2021-06-27 15:23:11 +00:00
J0WI
b4799f5fc5
Cleanup pear cache ( #1458 )
2021-03-24 23:07:30 +00:00
J0WI
061d860c0e
Implement essential php.ini configuration via ENV ( #1379 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Co-Authored-By: Alexander Sosna <alexander.sosna@credativ.de>
Co-Authored-By: =?UTF-8?q?Alexander=20Gr=C3=BC=C3=9Fung?= <alexander@gruessung-online.de>
Co-authored-by: Alexander Sosna <alexander.sosna@credativ.de>
Co-authored-by: =?UTF-8?q?Alexander=20Gr=C3=BC=C3=9Fung?= <alexander@gruessung-online.de>
2021-02-19 13:57:58 +00:00
Tilo Spannagel
f9ef31431d
Fix removing of GNUPGHOME dir ( #1169 )
...
* Fix removing of GNUPGHOME dir
Signed-off-by: Tilo Spannagel <development@tilosp.de>
* Run update.sh
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2020-06-29 23:05:14 +00:00
tilosp-bot
a229b17bca
Run update.sh ( #1132 )
...
* Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
* Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
* Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
* Add bmath for 19.0 (fix ##1122 and #1137 )
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2020-06-04 20:50:41 +00:00
J0WI
ba1500b05e
Upgrade PHP to 7.4 for 19.0 ( #1108 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-05-23 22:34:08 +00:00
Marcel Klehr
7eb00b62aa
Add gmp php extension
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2019-10-26 23:41:08 +02:00
mscheiff
7b97c8a9c2
Extended templates to make crontab interval dependent on the version
...
Signed-off-by: Michael Scheiffler <michael@scheiffler.at>
2019-10-01 10:54:36 +02:00
J0WI
060cf0883f
Upgrade to Debian Buster ( #817 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-25 14:20:12 +02:00
J0WI
147e2db921
Use all available cores to build PHP extensions
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-06-27 14:02:16 +02:00
Flow86
f5665e1482
Enable WEBP support in PHP's gd in debian and alpine containers ( #785 )
...
Signed-off-by: Flow86 <656249+Flow86@users.noreply.github.com>
2019-06-27 14:01:35 +02:00
J0WI
4a94550e2d
Drop opcache from cli actions
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-06-26 01:03:15 +02:00
J0WI
36744ae106
Update link to current docs
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-04-29 13:54:50 +02:00
J0WI
5bd47f8159
Update php-memcached to 3.1.2 and APCu to 5.1.16
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-01-11 02:03:04 +01:00
J0WI
9ecaf51c4f
Use PHP 7.3 for NC 15
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-01-11 02:03:04 +01:00
Robert Dailey
2f90715d31
Add imagick php extension
...
There is a warning issued in Nextcloud 15 about 'imagick' php extension not
being present. They highly recommend that it be installed.
Fixes #574 , fixes #263
Signed-off-by: Robert Dailey <rcdailey@gmail.com>
2018-12-12 13:44:27 -06:00
Tilo Spannagel
7500500bae
Update "gpg" invocations to use "--batch"
...
See https://bugs.debian.org/913614
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-11-15 11:54:10 +01:00
Tilo Spannagel
a46493fbc4
Use exclude file for the updater
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-10-01 22:31:34 +02:00
J0WI
f5d27c6153
Add custom memory limit for PHP CLI ( fix #447 )
2018-09-12 16:43:08 +02:00
Tilo Spannagel
e4b29de140
Merge pull request #416 from nextcloud/php-7.2
...
Switch to php 7.2 for nextcloud 13.0 and greater
2018-08-08 11:42:48 +02:00
Tilo Spannagel
bb4523958d
Remove the php module mcrypt
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-08-07 20:52:49 +02:00
Tilo Spannagel
52d7f2e334
Enable apcu for cli calls
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-08-06 10:11:05 +02:00
Tilo Spannagel
8ac2fb92d2
Revert "Kill the gpg-agent"
...
This reverts commit edada57b6e
.
2018-06-05 00:11:45 +02:00
J0WI
2714a3cc74
Adjust gpg code to kill daemons, cutting down on race conditions
2018-06-05 00:05:52 +02:00
Tilo Spannagel
edada57b6e
Kill the gpg-agent
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-06-04 22:58:34 +02:00
J0WI
3b8aa7062a
Do "pecl install" in series so it fails properly
2018-06-01 21:06:51 +02:00
Tilo Spannagel
2ba0991533
Fix a race condition caused by the gpg-agent
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-05-24 21:19:01 +02:00
Tilo Spannagel
85a7b1a6ba
Move to a debian stretch and alpine 3.7 based base image
2018-05-24 14:29:30 +02:00
Tilo Spannagel
6b09d293af
Cleanup php modules
2018-05-10 12:50:44 +02:00
Rodrigo Aguilera
8620ea17cb
Update the template files.
2018-04-16 21:11:51 +02:00