settings
Configuration
Configure OnlyOffice Document Server for document editing.
Basic Configuration
OnlyOffice is currently the only supported office integration. Collabora support is planned for the future.
Docker Setup
Generate OnlyOffice Secret
Generate a secure secret via OpenSSL
|
|
Output example:
|
|
Docker Compose Example
Use the same secret value for FILEBROWSER_ONLYOFFICE_SECRET and OnlyOffice JWT_SECRET when JWT is enabled on the document server.
|
|
HTTPS Configuration
Never expose OnlyOffice HTTP to internet. Always use HTTPS. See OnlyOffice HTTPS docs.
For production, use HTTPS with reverse proxy (nginx example):
|
|
External and Internal URLs
|
|
Why two URLs?
- Browser → The browser always uses
integrations.office.urlto connect from your browser to only office server. - OnlyOffice → Uses either
server.externalUrlorserver.internalUrlfor downloading/saving files to FileBrowser server. - FileBrowser → Uses either
integratons.office.internalUrlorintegrations.office.urlto connect from the FileBrowser server to OnlyOffice server.