dl/assetsource-nextcloud

Nextcloud asset source for Neos CMS

1.1.2 2020-11-09 22:19 UTC

This package is auto-updated.

Last update: 2024-04-18 06:40:06 UTC


README

Latest Stable Version Total Downloads License

Nextcloud

This package provides a direct access from the Neos media module to assets stored in your Nextcloud.

Nextcloud

Installation

Install the package via composer

composer require dl/assetsource-nextcloud

Configuration

I recommend to add a new user to your Nextcloud to be used only by this asset source and share everything that should be accessible from within Neos with this user.

  1. Configure the server and user credentials.
  2. Enable the preview generation capabilities according to your Nextcloud settings.

Limitations

The Nextcloud / WebDav API has some limitations which needed some workaround to make it suitable as Neos asset source.

  • No possibility to get the amount of files available / the files included in a search result. Therefore a maximum of files to retrieve needs to be set in settings, which defaults to 200:

    assetResultLimit: 200

Development Resources