mash-playbook/docs/services/collabora-online.md
Julian-Samuel Gebühr 67180a31ec
docs(collabora-online): Add info to use alphanumeric caracters
More complex passwords containing some special characters might trigger

[ coolwsd ] FTL Failed to initialize COOLWSD: SAXParseException: Invalid token in '/etc/coolwsd/coolwsd.xml', line 244 column 167
2024-01-03 16:49:46 +01: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
# Use only alpha-numeric characters
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