working on onlyoffice+collabora integration

This commit is contained in:
2025-12-29 15:43:05 -05:00
parent 735668d757
commit b36554df16
3 changed files with 64 additions and 0 deletions

17
onlyoffice-config.json Normal file
View File

@ -0,0 +1,17 @@
{
"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": []
}
}