Compare commits

..

No commits in common. "c0b9a682acf771b695d0fe4b51bba2935001e68c" and "15026b51adc3e261e097143ba986ce0b9efa1b10" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

@ -19,8 +19,7 @@
# 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:31.0.4-apache
FROM nextcloud:31.0.0-apache
# This is a stupid comment for a demo (remove later)

View file

@ -34,11 +34,6 @@ Run after install
./occ config:system:set maintenance_window_start --type=integer --value=1
Add this in dokku nginx
rewrite ^/\.well-known/carddav https://$server_name/remote.php/dav/ permanent;
rewrite ^/\.well-known/caldav https://$server_name/remote.php/dav/ permanent;
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"