Compare commits

..

No commits in common. "3e5398bd337dbc6b0f8abe97064373b5b4f42551" and "627de5f8608cdfeb7154392c4ea436e2430ac926" have entirely different histories.

3 changed files with 4 additions and 8 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:30.0.4-apache
FROM nextcloud:31.0.0-apache
# FROM nextcloud:29.0.7-apache
FROM nextcloud:30.0.4-apache
# This is a stupid comment for a demo (remove later)

View file

@ -22,13 +22,9 @@ ssh dokku@buddha-apps.boldcode.io app-json:set cloud appjson-path /app/app.json
Run after install
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
config:app:set --value '30' files_lock lock_timeout
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 = 300
max_input_time = 120