develop #10

Merged
glenux merged 13 commits from develop into master 2024-07-08 19:53:31 +00:00
Showing only changes of commit 2b745cf92a - Show all commits

View file

@ -18,3 +18,13 @@
* push image to local registry * push image to local registry
4. 4.
ssh dokku@buddha-apps.boldcode.io app-json:set cloud appjson-path /app/app.json # glenux/service-nextcloud:latest
Run after install
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"