Favicon of Cozy Cloud

Cozy Cloud

Unify your digital life with a secure, open-source workspace. Store files, share messages, organize notes, and manage passwords from any device.

Bring all your digital assets into a single, secure, and private environment. This open-source collaborative platform is designed for modern teams and individuals who value data privacy and control. All your data is hosted in France under GDPR compliance, or you can choose to install it on your own servers for ultimate sovereignty.

This all-in-one workspace helps you organize your digital life with powerful, integrated tools:

  • Unified Cloud Storage: Automatically import and organize all your important documents, from invoices and bank statements to pay slips. Access and sync your files across all your devices.
  • Integrated Collaboration: Communicate with your team through secure messaging, share ideas, create meeting notes, and manage to-do lists in a private, collaborative space.
  • Built-in Password Manager: Keep your digital life safe with an integrated password manager that saves and syncs your credentials, allowing you to log in to services with a single click.

Directory Structure

cozy-cloud
cozy
couchdb-data
cozy-config
cozy-data
.env
docker-compose.yml

docker-compose.yml

services:
  couchdb:
    image: couchdb:3
    restart: unless-stopped
    environment:
      - COUCHDB_USER=${COUCHDB_USER}
      - COUCHDB_PASSWORD=${COUCHDB_PASSWORD}
    volumes:
      - ./couchdb-data:/opt/couchdb/data

  cozy:
    image: cozy/cozy-stack:latest
    restart: unless-stopped
    depends_on:
      - couchdb
    ports:
      - 8080:8080
    environment:
      - COUCHDB_URL=http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@couchdb:5984/
    volumes:
      - ./cozy-config:/etc/cozy
      - ./cozy-data:/usr/local/cozy-stack
    command: serve --host 0.0.0.0

.env

COUCHDB_USER=admin
COUCHDB_PASSWORD=your_super_secret_couchdb_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Cozy Cloud

Favicon

 

  
  
Favicon

 

  
  
Favicon