The following pages and posts are tagged with

TitleTypeExcerpt
Development-environment Page Using docker In order to facilitate development, the x86 NextCloudPi docker container can be used. Install docker and docker-compose and git clone https://github.com/nextcloud/nextcloudpi.git cd nextcloudpi docker-compose -f docker-compose-ncpdev.yml up We can now access the interface at https://localhost:4443. We can start working in the folder...
Workflow and testing of new features Page Updates run by ncp-update take the latest version from the master branch of the repo. These features need to be well tested in order to be merged to that branch. The typical workflow is Create a feature in a local separate branch Create a Pull Request to...
NextCloudPi app developer guide (OUTDATED) Page ** THIS INFORMATION IS OUTDATED ** This section explains the basics for creating a new functionality that will show up in nextcloudpi-config and ncp-web. See also how to use the development environment. Anatomy of a ncp-app An ncp configuration option, such as nc-datadir,...