Merge pull request 'Bump to 31' () from develop into master

Reviewed-on: 
This commit is contained in:
Glenn Y. Rolland 2025-03-10 14:39:32 +00:00
commit 4c4e45cb9f
3 changed files with 8 additions and 4 deletions

View file

@ -18,8 +18,8 @@
# FROM nextcloud:27.1.4-apache
# FROM nextcloud:28.0.1-apache
# FROM nextcloud:29.0.3-apache
# FROM nextcloud:29.0.7-apache
FROM nextcloud:30.0.4-apache
# FROM nextcloud:30.0.4-apache
FROM nextcloud:31.0.0-apache
# This is a stupid comment for a demo (remove later)

View file

@ -22,9 +22,13 @@ ssh dokku@buddha-apps.boldcode.io app-json:set cloud appjson-path /app/app.json
Run after install
config:app:set --value '30' files_lock lock_timeout
config:app:set files_lock lock_timeout --value '30'
config:app:set files max_chunk_size --value 20971520
# FIXME: config:global:set --value '/Shared' share_folder
Add this in crontab
dokku enter cloud web su -l -s /bin/bash - www-data -c "cd html && php -dmemory_limit=-1 ./occ app:update --all"
dokku nginx:set cloud client-max-body-size 500m

View file

@ -2,4 +2,4 @@ file_uploads = On
upload_max_filesize = 128M
post_max_size = 128M
max_execution_time = 1200
max_input_time = 120
max_input_time = 300