Skip to content

Latest commit

 

History

History
86 lines (59 loc) · 4.3 KB

File metadata and controls

86 lines (59 loc) · 4.3 KB

Euro-Office

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:

Dependencies

This service requires the following other services:

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.

Configuration

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                                                          #
#                                                                      #
########################################################################

Usage

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.

Integrating Euro-Office with FileBrowser Quantum (optional)

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 }}"

Troubleshooting

See this section on the role's documentation for details.

Related services