Skip to content
Nextcloud Login

Nextcloud 18: Fixing the public link share Gallery/Image slideshow

Since I upgraded to Nextcloud 18, the slideshow for public link shares stopped working (because they added a replacement for the current image viewing app).

I found the solution at https://help.nextcloud.com/t/new-photo-app-in-nextcloud-18/69949/20 by user “guddl“:

cd /var/www/nextcloud/apps
git clone https://github.com/nextcloud/gallery.git
cd gallery/js/vendor/dompurify/src
wget https://raw.githubusercontent.com/cure53/DOMPurify/1.0.11/dist/purify.js -O purify.js 
sudo -u www-data php /var/www/nextcloud/occ app:enable gallery

Just make sure to replace the apps path and – if needed – the user www-data and the PHP binary.

No comments yet.

Leave a Reply

Your email address will not be published. Required fields are marked *

By posting a comment, you consent to your name and comment being published and processed as described in the Privacy Policy. You may use a pseudonym; your email address will not be published. You can request deletion at any time. This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.

Comments (0)