develop #15

Merged
glenux merged 3 commits from develop into master 2025-04-22 08:43:50 +00:00
Showing only changes of commit c0b9a682ac - Show all commits

View file

@ -34,6 +34,11 @@ 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"