You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Configuration guides for Euro Office integration in OpenCloud
6
+
draft: false
7
+
---
8
+
9
+
# Euro Office
10
+
11
+
[Euro Office](https://github.com/EURO-office/DocumentServer) is a sovereign document editing suite based on ONLYOFFICE that integrates with OpenCloud via the WOPI protocol.
12
+
13
+
:::warning
14
+
The Euro Office project is currently in its early stages and may have stability issues.
15
+
:::
16
+
17
+
## What you will find here
18
+
19
+
- Set up Euro Office with OpenCloud using Docker Compose.
20
+
- Configure Euro Office behind an external Nginx reverse proxy.
21
+
22
+
## Docker Compose Setup
23
+
24
+
Euro Office is available as a compose module in the [opencloud-compose](https://github.com/opencloud-eu/opencloud-compose) project.
For the full Nginx configuration guide, see [Behind External Proxy](../../getting-started/container/docker-compose/external-proxy).
51
+
52
+
### Using both Collabora and Euro Office
53
+
54
+
Both office suites can run simultaneously. In this case, OpenDocument formats (`.odt`, `.ods`, `.odp`) open in Collabora while Microsoft Office formats (`.docx`, `.xlsx`, `.pptx`) open in Euro Office.
55
+
56
+
:::info
57
+
To avoid app interlocking issues, be aware that there is currently no cross-app file locking. If a file is opened in one app, the other app must wait for the lock to be released.
OpenCloud supports [Collabora](../../../configuration/collabora) and [Euro Office](../../../configuration/euro-office) as web office editors. You can use one or both. Adjust the DNS entries, certificates, and Nginx configuration below based on your choice.
29
+
:::
30
+
25
31
## Connect to Your Server
26
32
27
33
Log into your server via SSH:
@@ -67,9 +73,10 @@ Create a temporary config to allow HTTP validation:
0 commit comments