strychni0x Media Bridge for Nextcloud adds a “Nextcloud” tab to the WordPress media modal
(the “Add Media” dialog). From there an administrator can browse the folders of
a configured Nextcloud account, preview the file names and import images into
the WordPress media library with a single click.
Imported images become regular WordPress attachments (a copy is downloaded from
Nextcloud), so they work with every theme, block and page builder without any
further integration.
manage_options capability).Every part of the plugin – the settings screen, the REST endpoints and the
JavaScript that renders the Nextcloud tab – requires the manage_options
capability. Non-administrators never receive the script and cannot call the
REST endpoints. The required capability can be changed with the
ncmb_required_capability filter.
This plugin connects to a Nextcloud server that you configure on the plugin
settings screen. It is not a third-party hosted service operated by the plugin
author; you point it at your own (or your organisation’s) Nextcloud instance.
What is sent, and when:
PROPFIND request to the configured Nextcloud URL/index.php/core/preview, authenticated) and proxies it to the browser. IfGETNo data is sent anywhere other than the Nextcloud URL you configure. All
requests originate from your WordPress server, not from the visitor’s browser.
The data handling of that Nextcloud instance is governed by its own operator.
Please refer to the documentation and privacy policy of your Nextcloud provider: