The Collabora Online Development Edition (CODE) office suite, together with the Office App for Nextcloud enables you to edit office documents online.
This service requires the following other services:
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
.
To learn how to integrate Collabora Online with Nextcloud, see the Collabora Online section in our Nextcloud documentation.
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 incollabora_online_env_variable_username
- the password is the one you've specified in
collabora_online_env_variable_password