Before update - delete nextcloud.log file and set config_is_read_only = false in config/config.php
sudo -u nextcloud /usr/bin/php /var/www/nextcloud.cebin.info/web/updater/updater.phar
sudo -u nextcloud /usr/bin/php
6 views
Display Grid View as default in shared links
Open core/js/public/publicpage.js.
Inside the window.addEventListener('DOMContentLoaded', function () { closure, add the JS.
Save.
Append #view-grid to any shared URL.For example...https://YourDrive.com/s/daBAWTg3aa3FMLS#view-grid
// Execute
6 views