mash-playbook/docs/services/collabora-online.md
2023-03-17 14:25:31 +02:00

2.3 KiB

Collabora Online

The Collabora Online Development Edition (CODE) office suite, together with the Office App for Nextcloud enables you to edit office documents online.

Dependencies

This service requires the following other services:

Configuration

To enable this service, add the following configuration to your vars.yml file and re-run the installation process:

########################################################################
#                                                                      #
# collabora-online                                                     #
#                                                                      #
########################################################################

collabora_online_enabled: true

collabora_online_hostname: collabora.example.com

# A password for the admin interface, available at: https://COLLABORA_ONLINE_DOMAIN/browser/dist/admin/admin.html
collabora_online_env_variable_password: ''

collabora_online_aliasgroup: "https://{{ nextcloud_hostname | replace('.', '\\.') }}:443"

########################################################################
#                                                                      #
# /collabora-online                                                    #
#                                                                      #
########################################################################

In the example configuration above, we configure the service to be hosted at https://collabora.example.com.

Integrating with Nextcloud

To learn how to integrate Collabora Online with Nextcloud, see the Collabora Online section in our Nextcloud documentation.

Admin Interface

There's an admin interface with various statistics and information at: https://COLLABORA_ONLINE_DOMAIN/browser/dist/admin/admin.html

Use your admin credentials for logging in:

  • the default username is admin, as specified in collabora_online_env_variable_username
  • the password is the one you've specified in collabora_online_env_variable_password