Releases: satoshiwp/wp-nextcloud-bridge
Releases · satoshiwp/wp-nextcloud-bridge
Release list
1.0.0
WP Nextcloud Bridge
A WordPress plugin that connects your WordPress site directly to Nextcloud via WebDAV. Browse, upload, download, share, and sync files — all without leaving WordPress.
Features
- File Browser — Browse your Nextcloud files from the WordPress admin or any page/post via shortcode
[nextcloud] - Upload from Browser — Drag & drop or click to upload. Large files are automatically chunked (3-step WebDAV chunked upload protocol)
- Download Proxy — Download files through WordPress without exposing Nextcloud credentials
- Public Share Links — Generate Nextcloud public share links with one click, auto-copied to clipboard
- Folder Management — Create and delete folders directly from the browser UI
- Directory Sync — Sync specific WordPress directories to Nextcloud on demand (WP → NC, additive only)
- Shortcode — Embed the file browser anywhere with
[nextcloud] - Diagnostics — Built-in diagnostic page for troubleshooting connection issues
Requirements
- WordPress 5.8+
- PHP 7.4+
- cURL extension enabled
- Nextcloud server with WebDAV access
Installation
- Download the latest release ZIP file
- In WordPress admin, go to Plugins → Add New → Upload Plugin
- Upload the ZIP and activate
- Go to Settings → Nextcloud Bridge to configure
Usage
Shortcode
Embed the file browser on any page or post:
[nextcloud]
[nextcloud path="Documents"]
[nextcloud path="Photos" upload="true" delete="true"]
[nextcloud upload="false" create_folder="false"]