Collabora Online - Built-in CODE Server (for Nextcloud)
Created by Collabora Productivity Ltd.
Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing, which supports all major documents, spreadsheet and presentation file formats and works together with all modern browsers.
The included CODE Server app is provided as an AppImage. When running under Docker/LXC the AppImage will be unpacked and run, else the host is required to be able to run AppImages which adds a requirement on FUSE.
Notes:
richdocumentscode_arm64
./tmp
whenever cleared)/tmp
if not using FUSE)Note: If FUSE support is not present, a warning (dlopen(): error loading libfuse.so.2
) will be generated, but then the AppImage will be started with the --appimage-extract-and-run
parameter automatically as a fallback.
The download is rather big (~300 MB) so it is possible you will experience a time-out if using the web interface to install from the AppStore. Using the OCC command line tool is suggested for reliability:
sudo -u wwwrun php -d memory_limit=512M ./occ app:install richdocumentscode
Where wwwrun
is the user of your web server. This is www-data
on Debian, Ubuntu and derivatives, wwwrun
on SUSE based distributions, apache
on Red Hat/Fedora and http
on Arch linux and derivatives.
Updates can be done like this:
sudo -u wwwrun php -d memory_limit=512M ./occ app:update --all
Of course, alternatively you could increase memory usage and PHP time-outs by default, see the Nextcloud documentation.
nextcloud.log
/tmp/coolwsd.*/coolwsd.log
(on your host or in the container's /tmp
if applicable)