Gain full control over your digital documents with a powerful, open-source online office suite. Edit text documents, spreadsheets, presentations, and drawings collaboratively in real-time, directly within your own secure environment. This solution is designed for seamless integration, allowing you to add robust document editing capabilities to your existing applications, whether it's a file-sharing platform, a learning management system, or a custom SaaS product.
The primary focus is on data sovereignty and security, giving you the peace of mind that comes with a GDPR-compliant, self-hosted solution. You can also choose to work with one of many trusted hosting partners. Enjoy excellent interoperability with support for all major document formats, including Microsoft Office files, ensuring smooth collaboration without compatibility issues.
Key benefits include:
services:
collabora:
image: collabora/code:latest
container_name: collabora_code
restart: unless-stopped
cap_add:
- MKNOD
ports:
- "9980:9980"
environment:
- aliasgroup1=${COLLABORA_ALIAS_1}
- username=${ADMIN_USERNAME}
- password=${ADMIN_PASSWORD}
- extra_params=--o:ssl.enable=false --o:ssl.termination=true
- TZ=UTC
volumes:
- ./fonts:/opt/cool/systemplate/usr/share/fonts/truetype/customCOLLABORA_ALIAS_1=https://nextcloud.example.com:443
ADMIN_USERNAME=admin
ADMIN_PASSWORD=your_super_secret_passwordAuto-fetched about 1 hour ago
Auto-fetched about 1 hour ago