koel / docker

A minimal docker image for the koel music streaming server.
https://hub.docker.com/r/phanan/koel/
MIT License
178 stars 54 forks source link

Increase maximum upload size allowed by PHP #44

Closed neobrain closed 3 years ago

neobrain commented 3 years ago

Koel supports file uploads now, but the default upload limits imposed by PHP are too low for most MP3s and way too low for FLACs. This change modifies php.ini as recommended by the documentation.

Untested because I haven't been able to build this Docker image myself. Perhaps the apache.conf file also needs tweaks to make this work?

Hyzual commented 3 years ago

Hi, thank you for this PR ! I'll try to test it when I can.

Hyzual commented 3 years ago

Just to let you know, I've taken a look and made some adjustments, but I couldn't make the upload feature work. I never see any drop zone... I'll try again sometime later.

Hyzual commented 3 years ago

I managed to make the upload work. Thanks for sending this PR :)

neobrain commented 3 years ago

Doing God's work here! Glad you managed to get it working, appreciate the efforts 🥳