Files
lasuite-drive/docker/onlyoffice/local-development.json
T
Nicolas Clerc a997fa826f (backend) build short-lived WOPI source URLs
OnlyOffice must fetch the source bytes from Drive during server-side conversion.

Use short-lived WOPI access URLs so conversion does not depend on direct object
storage reachability.
2026-06-02 15:23:42 +02:00

30 lines
596 B
JSON

{
"wopi": {
"enable": true,
"host": "http://localhost:9981",
"pdfView": [],
"pdfEdit": [],
"forms": [],
"wordView": [],
"wordEdit": ["docx", "dotx", "docm"],
"cellView": [],
"cellEdit": ["xlsx", "xlsb", "xltx", "xlsm", "csv"],
"slideView": [],
"slideEdit": ["pptx", "potx", "pptm"],
"diagramView": [],
"diagramEdit": []
},
"FileConverter": {
"converter": {
"maxDownloadBytes": 209715200
}
},
"services": {
"CoAuthoring": {
"request-filtering-agent": {
"allowPrivateIPAddress": true
}
}
}
}