Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

add-on registry tests last commit release

DDEV Nextcloud FPM

Overview

This add-on integrates Nextcloud Official FPM Docker image into your DDEV project.

Installation

ddev add-on get upstreamable/ddev-nextcloud-fpm
ddev restart

Note that the config provided by this addon forces the webserver_type to be nginx-fpm since it is the only configuration supported.

The php version configured is ignored since it will run the recommended php version by the nextcloud community shipped in the image. Due to this other development features such as xdebug will not work for nextcloud.

Usage

Command Description
ddev describe View service status and used ports for Nextcloud FPM
ddev logs -s nextcloud Check Nextcloud Fpm logs

Advanced Customization

To change the Docker image:

ddev dotenv set .ddev/.env.nextcloud --nextcloud-docker-image="nextcloud:33.0.2-fpm"
ddev add-on get upstreamable/ddev-nextcloud-fpm
ddev restart

Make sure to commit the .ddev/.env.nextcloud file to version control.

All customization options (use with caution):

Variable Flag Default
NEXTCLOUD_DOCKER_IMAGE --nextcloud-docker-image nextcloud:33.0.2-fpm"

Credits

Contributed and maintained by @upstreamable