dl/assetsource-nextcloud

Nextcloud asset source for Neos CMS

Maintainers

👁 daniellienert

Package info

github.com/daniellienert/assetsource-nextcloud

Type:neos-package

pkg:composer/dl/assetsource-nextcloud

Statistics

Installs: 89

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 4

1.1.2 2020-11-09 22:19 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 19633a20947fcb1db90eed4a4c92af03d59edd37

Neosnextcloudassetsource

This package is auto-updated.

Last update: 2026-06-18 11:00:08 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