Skip to main content

Nextcloud

Nextcloud is a file sharing and collaboration platform for self-hosting.

Features

  • File storage and sharing
  • Collaboration tools
  • Calendar and contacts
  • Document editing
  • Mobile apps

Deployment

Docker Compose

cd docker/nextcloud
docker-compose up -d

Kubernetes

helmfile -e k8s apply -l name=nextcloud

Configuration

Default credentials:

  • Username: admin
  • Password: admin (change on first login)

Access at:

  • URL: http://localhost:8080 (Docker) or https://nextcloud.<your-domain> (Kubernetes)

Documentation

For more information, visit the official Nextcloud documentation.