The playbook can install and configure Euro-Office for you.
Euro-Office is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
See the project's documentation to learn what Euro-Office does and why it might be useful to you.
For details about configuring the Ansible role for Euro-Office, you can check them via:
- 🌐 the role's documentation online
- 📁
roles/galaxy/eurooffice/docs/configuring-eurooffice-docs.mdlocally, if you have fetched the Ansible roles
This service requires the following other services:
- Traefik reverse-proxy server
Note
To use an Euro-Office instance to edit office documents, it is necessary to integrate it with another software which functions as a data storage and manages access control for users. You cannot edit the documents without such integrations.
To enable this service, add the following configuration to your vars.yml file and re-run the installation process:
########################################################################
# #
# eurooffice #
# #
########################################################################
eurooffice_enabled: true
eurooffice_hostname: eurooffice.example.com
########################################################################
# #
# /eurooffice #
# #
########################################################################After running the command for installation, the Euro-Office instance becomes available at the URL specified with eurooffice_hostname. With the configuration above, the service is hosted at https://eurooffice.example.com.
You can integrate Euro-Office with FileBrowser Quantum to edit office documents on the service. See this page for details about how to install FileBrowser Quantum.
To enable the integration, add the following configuration to your vars.yml file:
filebrowser_quantum_config_integrations_office_url: "{{ eurooffice_scheme }}://{{ eurooffice_hostname }}"
filebrowser_quantum_config_integrations_office_secret: "{{ eurooffice_environment_variables_jwt_secret }}"See this section on the role's documentation for details.
- Collabora Online Development Edition (CODE) — Development version of Collabora Online, which enables you to edit office documents with integrations
- ONLYOFFICE Docs — Online office suite comprising viewers and editors