The Mint System Nextcloud development environment. https://nextcloud.build/
  • Shell 77.5%
  • JavaScript 22.5%
Find a file
2025-07-24 16:29:30 +02:00
.obsidian feat: add vercel badge 2025-04-09 08:32:04 +02:00
.vuepress fix(docs): add support for VuePress documentation 2025-07-24 16:29:30 +02:00
.env feat(config): add environment variables and update docker configuration 2025-07-24 16:04:11 +02:00
.env.template feat(config): add environment variables and update docker configuration 2025-07-24 16:04:11 +02:00
.gitignore fix(docs): add support for VuePress documentation 2025-07-24 16:29:30 +02:00
compose.yml feat(config): add environment variables and update docker configuration 2025-07-24 16:04:11 +02:00
LICENSE init 2022-10-07 09:54:15 +02:00
logo.png init 2022-10-07 09:54:15 +02:00
package-lock.json update config files 2023-08-28 12:25:28 +02:00
package.json fix(docs): add support for VuePress documentation 2025-07-24 16:29:30 +02:00
pnpm-lock.yaml fix(docs): add support for VuePress documentation 2025-07-24 16:29:30 +02:00
README.md feat: add vercel badge 2025-04-09 08:32:04 +02:00
task fix(docs): add support for VuePress documentation 2025-07-24 16:29:30 +02:00

Nextcloud Build

Vercel

This is the Mint System Nextcloud development environment.

This projects provides a highly opinionated way to develop Nextcloud and Nextcloud apps.

Requirements

The Nextcloud development environment has the following requirements:

Usage

The usage section is a set of workflows. Pick the one required by your scenario. See task help or task for details about the projects commands.

Clone this repository.

git clone git@github.com:Mint-System/Nextcloud-Build.git
cd Nextcloud-Build

Docker

Run Nextcloud with Docker container.

Start and initialize Nextcloud with Docker

Run docker compose.

task start