mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-30 03:39:46 +02:00
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.
30 lines
596 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
}
|