Are you an LLM? You can read better optimized documentation at /docs/services/nextcloud.md for this page in Markdown format
What is NextCloud? ​
NextCloud is an open-source productivity platform that provides a secure and private alternative to popular cloud storage services like Google Drive and Dropbox. It allows you to store, sync, and share files, photos, and videos across multiple devices, and offers features like file versioning, password-protected sharing, and collaboration tools.
Deployment Variants ​
Nextcloud is available in four deployment configurations in Coolify:
Nextcloud (Default) ​
- Database: SQLite (embedded)
- Use case: Simple deployments, testing, or personal file storage
- Components: Single Nextcloud container with built-in SQLite database
Nextcloud with PostgreSQL ​
- Database: PostgreSQL
- Use case: Production deployments requiring better performance and scalability
- Components:
- Nextcloud container
- PostgreSQL container
- Automatic database configuration and health checks
Nextcloud with MySQL ​
- Database: MySQL
- Use case: Production deployments with MySQL preference
- Components:
- Nextcloud container
- MySQL container
- Automatic database configuration and health checks
Nextcloud with MariaDB ​
- Database: MariaDB
- Use case: Production deployments with MariaDB preference (recommended for most users)
- Components:
- Nextcloud container
- MariaDB container
- Automatic database configuration and health checks
Screenshots ​

