# Collabora • [Collabora](https://www.collaboraonline.com/) is an open-source and self-hosted office suite that enables you to edit documents, spreadsheets and presentations directly in your web-browser. # Overview [![Screen Shot 2025-03-07 at 16.16.05.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-16-16-05.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-16-16-05.png) [Collabora](https://www.collaboraonline.com/) is an open-source and self-hosted office suite that enables you to edit documents, spreadsheets and presentations directly in your web-browser. - Supports all major document, spreadsheet and presentation formats – including Microsoft and Open Documents. - Create with friends and family in real-time using secure collaborative tools. - Compatible with desktop and mobile applications to provide a cohesive experience. # Media ## Screenshots

OwnCloud v10.10.5

[![Screen Shot 2025-03-07 at 16.16.05.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-16-16-05.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-16-16-05.png)[![Screen Shot 2025-03-07 at 16.16.17.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-16-16-17.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-16-16-17.png)[![Screen Shot 2025-03-07 at 16.17.42.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-16-17-42.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-16-17-42.png)
[![Screen Shot 2025-03-07 at 16.24.26.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-16-24-26.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-16-24-26.png)
# Setup & Configuration We need to install the service through Portainer and configure any necessary settings. # Preparation There are some things we need to do in preparation to install this service. ## Environment ### General
DOMAIN This is the full domain and sub-domain that the service will be available at.

*For example:* collabora.example.com

ALIASGROUP1 This is the full domain and sub-domain for your OwnCloud installation, allowing you to integrate the two services.

*For example:* owncloud.example.com

USERNAME This is the username used by the OwnCloud service to connect with the Collabora service.

*For example:* owncloud

### Passwords

Keep these securely stored in a password manager, such as [VaultWarden](https://hub.subspace.services/books/vaultwarden "VaultWarden").

PASSWORD This is the password that will be used for root access to the database.

It is important to use secure, randomly generated password.

You can use a random alphanumeric string from a password manager, or open the terminal and run the command: ```bash tr -dc 'A-Za-z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' # Installation The service can be installed through the Portainer web interface.

Learn about [creating a new stack](https://hub.subspace.services/books/portainer/page/creating-a-new-stack "Creating a New Stack").

## Docker Compose Use the following code to install the service: ```yaml --- services: collabora: image: collabora/code container_name: collabora hostname: collabora ports: - 9980:9980 environment: - DOMAIN=collabora.example.com - ALIASGROUP1=owncloud.example.com - USERNAME=owncloud - PASSWORD= restart: unless-stopped ``` # Updating

Re-Deploy the Stack

Collabora has been optimized for running in Docker and does not store any persistent data. This allows you to [re-deploy the stack through Portainer](https://hub.subspace.services/books/portainer/page/updating-a-stack "Updating a Stack") to download the latest updates. # User Manual # Development

This software is released under the [MPL-2.0 license](https://opensource.org/license/mpl-2-0).

You can learn more about how to contribute to Collabora through their [GitHub repository](https://github.com/CollaboraOnline/online/blob/master/CONTRIBUTING.md). # Resources ## Official - [Official Documentation](https://sdk.collaboraonline.com/) - [Official Forum](https://forum.collaboraonline.com/) - [Official GitHub Repository](https://github.com/CollaboraOnline/online) - [Official Website](https://www.collaboraonline.com/) - [Installation Guide](https://sdk.collaboraonline.com/docs/installation/index.html) - [Troubleshooting Guide](https://sdk.collaboraonline.com/docs/installation/Collabora_Online_Troubleshooting_Guide.html) - [Frequently Asked Questions](https://www.collaboraonline.com/faqs/)