Bump to 31 #14

Merged
glenux merged 5 commits from develop into master 2025-03-10 14:39:33 +00:00

5 commits

Author SHA1 Message Date
3e5398bd33 chore(Dockerfile): update Nextcloud version to 31.0.0
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed
* Changed Nextcloud version from 30.0.4 to 31.0.0
2025-03-03 17:17:05 +01:00
4eb4dc28c6 Merge branch 'develop' of code.apps.glenux.net:glenux-opencontainers/service-nextcloud into develop 2025-03-03 17:16:05 +01:00
20a9abe04d Increase max_input_time to prevent file upload timeout
Without this change, users might experience timeouts during large file uploads, leading to a poor user experience and potential data loss.

* Increase max_input_time from 120 to 300 to match max_execution_time

Signed-off-by: Glenn <glenux@glenux.net>
2025-03-03 17:14:27 +01:00
f52664d880 Fix file upload issues by adjusting configuration settings
Without this change, file uploads could fail due to insufficient timeout settings, chunk size limits, and maximum body size restrictions.

* Change the order of arguments for setting lock timeout to match expected format
* Add configuration setting for max chunk size to 20971520 bytes
* Increase Nginx client max body size to 500m to accommodate larger file uploads

Signed-off-by: Glenn <glenux@glenux.net>
2025-03-03 17:14:07 +01:00
54df4b7fcd chore(Dockerfile): Update Nextcloud version to 29.0.12
* Update Nextcloud version from 29.0.7 to 29.0.12 in Dockerfile
2025-03-03 15:50:35 +01:00