
ONLYOFFICE Document Server
Online office suite comprising viewers and editors for texts, spreadsheets and presentations
Official integration
Created - Last update
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.
Deployed services
onlyoffice-documentserver
onlyoffice/documentserver:$$cap_app_version
- onlyoffice-documentserver-logs:/var/log/onlyoffice
- onlyoffice-documentserver-data:/var/www/onlyoffice/Data
- onlyoffice-documentserver-lib:/var/lib/onlyoffice
- onlyoffice-documentserver-rabbitmq:/var/lib/rabbitmq
- onlyoffice-documentserver-redis:/var/lib/redis
- onlyoffice-documentserver-postgresql:/var/lib/postgresql
- onlyoffice-documentserver-fonts:/usr/share/fonts/truetype/custom
4
Variables
Document Server Version
Default: 7.3.3.50
$$cap_app_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/onlyoffice/documentserver/tags
Enable secret key
Default: true
$$cap_secret_enableSpecifies the enabling the JSON web token validation by ONLYOFFICE Docs.
Secret key
Default: $$cap_gen_random_hex(12)
$$cap_secret_passDefines the secret key to validate the JSON web token in the request to ONLYOFFICE Docs.
Header
Default: Authorization
$$cap_headerDefines the HTTP header that will be used to send the JSON web token.
Body
Default: true
$$cap_bodySpecifies the enabling the token validation in the request body to the ONLYOFFICE Docs.