-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add PHP bz2 extension #1351
Add PHP bz2 extension #1351
Conversation
Signed-off-by: Cédrik LIME <REMOVE_ME+github@cedrik.fr>
We can't support every app: https://github.com/nextcloud/docker/tree/master/.examples#dockerfiles |
That is very true, we can’t support every app! TL;DR: I promise I won’t come back and ask for LibreOffice to be included! :-p |
Do you have an example for an affected app? |
The Facerecognition application is one. |
This app also requires PDlib, so you'd need to customize the Dockerfile anyway. |
From your comments, I wonder if I got it all wrong since the begining. From the documentation:
If we don’t need bz2 to extract apps, then maybe I should contribute a patch on the documentation instead. What is the official status on |
I don't know. Maybe someone from @nextcloud/appstore could comment on the current status of |
Thanks for your answer. Can you confirm then that the documentation needs to remove reference to bz2 PHP extension? |
No, can't confirm. You'd need to confirm that with people from the server repo. They might be using the extension for something else. |
@BernhardPosselt @J0WI do you know any contact @nextcloud/server that could enlighten us as to whether the |
Maybe @nextcloud/documentation? I couldn't find any other usage of bz2 in the server repo. |
Even when nextcloud itself always request for .gz files, the nextcloud server itself can also handle bz2 files (install apps or update nextcloud itself). Maybe you should consider to use it. Your servers are on fire with every release. Switch to bz2 (or better zstd) will reduce your egress traffic. |
The Docker image uses tar.bz2 but everything else needs to be done in |
@J0WI So shouldn’t we enable |
bz2 is used extensively and is becoming more and more common. It should not be a question of if one of the best and most common ways to compress data should be supported. |
Can the error messages for bz2 and imagick be removed? |
it already is. read here. |
Closing. No longer applicable. |
Some Nextcloud apps require the bz2 PHP extension. This pull request adds bz2 into the official Docker image.