Kent, UK

Interface reference

What Collabora Online is

Collabora Online brings LibreOffice-based document editing into the browser. It can integrate with Nextcloud so documents remain in private storage while users edit them through a web interface.

Why I evaluate it

I compare Collabora with ONLYOFFICE because both solve the same collaboration problem with different operational requirements and document-compatibility trade-offs. Running alternatives helps me make decisions based on testing rather than product names.

What I compare

  • Integration and authentication with Nextcloud
  • Document compatibility and rendering
  • Container resource usage
  • Reverse-proxy and WebSocket behaviour
  • Upgrade and rollback process
  • User experience on desktop and mobile browsers

Docker Compose example

docker-compose.yml
services:
  collabora:
    image: collabora/code:latest
    container_name: collabora
    restart: unless-stopped
    environment:
      aliasgroup1: "https://cloud.example.invalid:443"
      extra_params: "--o:ssl.enable=false --o:ssl.termination=true"
    ports:
      - "9980:9980"

Official documentation