Skip to content

Releases: satoshiwp/wp-nextcloud-bridge

Release list

1.0.0

Choose a tag to compare

@satoshiwp satoshiwp released this 08 Feb 01:24
7d6ed5a

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

  1. Download the latest release ZIP file
  2. In WordPress admin, go to Plugins → Add New → Upload Plugin
  3. Upload the ZIP and activate
  4. 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"]