info
About
Overview of office document preview and editing capabilities.
OnlyOffice is currently the only supported office integration. Collabora support is planned for the future.
Overview
FileBrowser Quantum integrates with OnlyOffice Document Server to provide document preview and editing capabilities directly in the browser.
Support Levels
Without Integration (Default)
- Image preview for certain formats
- Basic DOCX and EPUB viewer
With OnlyOffice Integration
- Wide range of preview types
- Full office editor
- Real-time collaboration
Features
- ✅ Open and edit office documents
- ✅ Enable/disable OnlyOffice per user
- ✅ Create new files from UI
- ✅ Office document previews
- ✅ Real-time collaboration
- ✅ Share office files with editing
Supported File Types
Word Processing
Spreadsheets
Presentations
Other Formats
| |
Native Preview Support
Without OnlyOffice, these formats have native preview:
Configuration
To enable these office features, you need:
- A running OnlyOffice server accessible from both server and client
- Update config.yaml to add the integration with URL and JWT secret
Basic Configuration
Server Settings
internalUrl should be accessible from the OnlyOffice server. This is typically a Docker network or private address.
Troubleshooting
see Troubleshooting
Common Configuration Issues
1. Docker Network Setup
If using Docker, ensure services can communicate:
2. Reverse Proxy Configuration
When using a reverse proxy, ensure proper headers:
Status Codes Reference
OnlyOffice Callback Status Codes
1: Document being edited2: Document ready for saving (closed with changes)3: Document saving error4: Document closed without changes6: Document being edited, but force save requested7: Document error
HTTP Response Codes
200: Success400: Bad request (missing parameters, invalid format)403: Forbidden (no access to source, no modify permissions)404: Not found (file not found, document ID generation failed)500: Internal server error (configuration issues, system errors)