ichiTechs / Dockerized-SSL-NextCloud-with-MariaDB

A NextCloud server with a MariaDB database behind a Nginx reverse proxy with LetsEncrypt for SSL encryption
58 stars 24 forks source link

enable bigger file upload size, update script for docker images, add gitignore to ignore nextcloud docker volumes #5

Open bleissem opened 6 years ago

bleissem commented 6 years ago

As described here https://github.com/nextcloud/docker/issues/95 it would be nice to upload files that have a bigger filesize

bleissem commented 6 years ago

... also an update file should be used to update docker images from time to time

bleissem commented 6 years ago

also ignore docker volumes directorie (nextcloud, proxy) that are mapped to the current folder

kolgrov commented 5 years ago

@bleissem I appreciate your contribution. The update script makes sense. However, when I add - ./uploadsize.conf:/etc/nginx/conf.d/uploadsize.conf:ro to accept larger files, my nextcloud instance does not come up again after running the update-script. Any ideas?

bleissem commented 5 years ago

@kolgrov Did you clone it from my fork ? https://github.com/bleissem/Dockerized-SSL-NextCloud-with-MariaDB

kolgrov commented 5 years ago

@bleissem No, I cloned @ichiTechs, but added your updates. I got it to work by placing uploadsize.conf under proxy/conf.d. And I have no entry in my docker-compose.yml

bleissem commented 5 years ago

@kolgrov Well I use update.sh script, which then runs docker-compse that uses the docker-compose.yaml file and that works (for me). I just added another modifiaction to the docker-compose.yaml May be it's better to use the stable-fpm docker image, since updating nextcloud should work like a charm.

strasharo commented 1 year ago

Worked for me, thanks a lot.