9001/copyparty

wopi: onlyoffice support

Open

#1,574 opened on Jul 24, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (1,773 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (43,524 stars)
PR merge metrics
 (Avg merge 11h 45m) (2 merged PRs in 30d)

Description

collabora online (cool/code/coolwsd) seems to work thanks to #1495 however editing with onlyoffice is currently not possible

https://github.com/9001/copyparty/pull/1495#issuecomment-4959163573 mentioned they were able to open a document read-only, but I'm not even getting to that point; when I try to create a new document with the "new textfile" feature in the copyparty ui, for example with the filename some.docx then I see onlyoffice successfully initializes the empty document in the copyparty volume, then onlyoffice asks for the properties of the document, and then nothing more happens; onlyoffice never asks for the contents of the document, and the onlyoffice ui is stuck in a "loading" state, as if the document has not yet been transferred into the editor, however there is zero explanation why in either the copyparty or onlyoffice logs

perhaps onlyoffice doesn't like something about the wopi response sent from copyparty?

a complicating factor is that this whole feature (the wopi integration) is something i do not care for, something i will never use, so I do not have the motivation to dig into this further. I am also suspecting I have not configured onlyoffice correctly, so maybe it already works just fine?

perhaps someone with a working onlyoffice installation and a motivation to look into this could give it a shot

Contributor guide