nextcloud / previewgenerator

Nextcloud app to do preview generation in the background.
https://apps.nextcloud.com/apps/previewgenerator
GNU Affero General Public License v3.0
455 stars 57 forks source link

Prevent previews for external storages #490

Closed intervisionlord closed 2 months ago

intervisionlord commented 3 months ago

I have several external shares connected to the NC and there are a large number of photos on them (about 1 Tb). This is something like an archive storages. As a result of connecting these shares, over time I ended up with a large number of inodes with previews, which slows down the server. Seems it should be some kind of option that will prohibit generating previews for external shares.

st3iny commented 3 months ago

What exactly do you mean by external shares? Is it an external storage mounted into your Nextcloud or an incoming share from another Nextcloud server?

intervisionlord commented 3 months ago

What exactly do you mean by external shares? Is it an external storage mounted into your Nextcloud or an incoming share from another Nextcloud server?

I mean external storage like FTP

joshtrichards commented 2 months ago

I thought we already did this? i.e. see #190 :thinking:

intervisionlord commented 2 months ago

Oh, seems so. Sorry

I thought we already did this? i.e. see #190 🤔