cloud-py-api / mediadc

Nextcloud Media Duplicate Collector application
https://apps.nextcloud.com/apps/mediadc
GNU Affero General Public License v3.0
93 stars 6 forks source link

Mediadc on a separate instance #176

Open vandman opened 1 year ago

vandman commented 1 year ago

Description Is it possible to make a separate application from Nextcloud (Like Onlyoffice for instance)? I ask because as soon as Mediadc is searching across directory for duplicate file, it kill the performance of the instance of Nextcloud. So the idea is to separate the Mediadc application from Nextcloud and install it on a different server/container with access to the files (via file system, S3, NTFS...), then the app on Nextcloud become an interface to pilot a Mediadc API to do the job. Like that, you can allow specific performance to Mediadc without killing the performance of Nextcloud.

The other advantage is that you can install whatever you want on mediadc server or mediadc container.

bigcat88 commented 1 year ago

This will be supported as soon as we finished app_ecosystem_v2 as it will support running applications on another hosts from start. Right now we are working on it )