Euro-Office

Euro-Office Docs Community Edition installed

To edit office documents and collaborate, integrate Euro-Office Docs into your sync&share app.

Integration options

Starting from version 7.2, JWT is enabled by default.


A random secret is generated automatically if a custom secret has not been added during installation.

The secret is available in - /etc/euro-office/documentserver/local.json in - services.CoAuthoring.secret.inbox.string parameter.

If you want to replace the default secret with a custom key, read the documentation.

Testing before integration

Use the integrated test example, a simple doc management system, to check if the editors are running correctly.

Start test example:

sudo systemctl start ds-example

Add it to the autostart:

sudo systemctl enable ds-example

If you already installed test example, access it here:

GO TO TEST EXAMPLE

Please do NOT use a test example on your own server without proper code modifications. It is intended for testing purposes only and must be disabled before launching the editors into production.

Admin Panel - Server Management

Use Admin Panel to manage server configuration and monitoring.

Start Admin Panel:

sudo systemctl start ds-adminpanel

Add it to the autostart:

sudo systemctl enable ds-adminpanel

On first access, you'll need to complete initial setup using a bootstrap code from the server logs. The bootstrap code is valid for 1 hour and can be found by checking the Admin Panel logs.

GO TO ADMIN PANEL

Getting help

Create issues on GitHub.