Skip to main content

Setting up an office suite for Filinq

This page has moved to per-suite documentation.

It previously covered ONLYOFFICE and Collabora together, and — wrongly — presented an ONLYOFFICE setup under a "Euro-Office / ONLYOFFICE" heading as though the two were one product. Four suites are now documented and verified separately:

SuitePage
ONLYOFFICEoffice-suites/onlyoffice.md
Euro-Officeoffice-suites/eurooffice.md
Collabora Onlineoffice-suites/collabora.md
LibreOfficeoffice-suites/libreoffice.md

Start at office-suites/README.md, which explains the deployment split (document servers are sidecar containers; connector apps live inside the nextcloud container and are not bind-mounted) and how to run the per-suite verification.

Filinq needs none of them

Reading a document, editing a paragraph, changing style, writing metadata and embedding a chart all go through Filinq's in-package codec. No office suite is in that call path (ADR-087 §2). If you install nothing, those capabilities still work.

A suite adds format conversion providers (via IConversionManager) and editing sessions over WOPI. A feature that only works when one named suite is present would be lock-in we authored ourselves — see tests/unit/Service/Office/SuiteIndependenceTest.php.