Favicon of Nextcloud

Nextcloud

Host your own collaboration platform for file sharing, video calls, and online office tools. Keep your data private and secure, without leaks to third parties.

Regain full control over your digital workspace with a comprehensive, self-hosted content collaboration platform. It is a powerful open-source alternative to major cloud suites, designed to keep your data completely private and prevent leaks to third parties. The platform is fully customizable and scales from small teams to millions of users.

The integrated hub combines essential productivity tools into a single interface, optimizing your team's workflow:

  • Files: A secure file sync and share solution with powerful access control and collaboration features.
  • Talk: Private, on-premise audio/video conferencing and text chat with screen sharing.
  • Groupware: An integrated suite with Calendar, Contacts, and Mail to manage team planning and communication.
  • Office: A LibreOffice-based online office suite for collaborative editing of documents, spreadsheets, and presentations.
  • Assistant: A local AI assistant that helps generate content, answer questions about your documents, and summarize text.

Directory Structure

nextcloud
nextcloud-aio
nextcloud_aio_mastercontainer
.env
docker-compose.yml

docker-compose.yml

services:
  nextcloud-aio-mastercontainer:
    image: nextcloud/all-in-one:latest
    init: true
    restart: always
    container_name: nextcloud-aio-mastercontainer
    ports:
      - 80:80
      - 8080:8080
      - 8443:8443
    environment:
      - NEXTCLOUD_AIO_PASSWORD=${NEXTCLOUD_AIO_PASSWORD}
    volumes:
      - ./nextcloud_aio_mastercontainer:/mnt/docker-aio-config
      - /var/run/docker.sock:/var/run/docker.sock:ro

.env

NEXTCLOUD_AIO_PASSWORD=your_super_secret_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Nextcloud

Favicon

 

  
  
Favicon

 

  
  
Favicon