Create, share, and work on documents with the assurance that your data remains private. This online office suite is built on a zero-knowledge architecture, meaning all data is encrypted and decrypted in your browser. Not even the server administrators can access the content of your files, ensuring complete confidentiality for your work.
Whether you're drafting reports, managing budgets, or planning projects, you have a full set of tools at your disposal. The suite includes:
Collaboration is simple and secure. You can invite others to edit in real-time just by sharing a link—no registration is required for your guests. As an open-source platform, it offers a transparent and trustworthy alternative to mainstream collaborative tools, giving you control over your digital workspace.
services:
cryptpad:
image: cryptpad/cryptpad:latest
container_name: cryptpad
environment:
- CPAD_MAIN_DOMAIN=${CPAD_MAIN_DOMAIN}
- CPAD_SANDBOX_DOMAIN=${CPAD_SANDBOX_DOMAIN}
ports:
- "3000:3000"
volumes:
- ./data/blob:/cryptpad/blob
- ./data/block:/cryptpad/block
- ./data/config:/cryptpad/config
- ./data/customize:/cryptpad/customize
- ./data/data:/cryptpad/data
- ./data/datastore:/cryptpad/datastore
- ./data/logs:/cryptpad/logs
- ./data/pins:/cryptpad/pins
- ./data/tasks:/cryptpad/tasks
ulimits:
nofile:
soft: 1000000
hard: 1000000
restart: unless-stoppedCPAD_MAIN_DOMAIN=https://cryptpad.example.com
CPAD_SANDBOX_DOMAIN=https://sandbox.example.comAuto-fetched 18 minutes ago
Auto-fetched 18 minutes ago