From 7272cf1237bab6dc7e4d8bd74ee225111e02a06b Mon Sep 17 00:00:00 2001 From: Alex Zaw Date: Mon, 6 Apr 2026 18:04:18 +0000 Subject: [PATCH] Add app description --- description.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 description.md diff --git a/description.md b/description.md new file mode 100644 index 0000000..919cf71 --- /dev/null +++ b/description.md @@ -0,0 +1,56 @@ +# ONLYOFFICE Docs + +ONLYOFFICE Docs is a powerful online office suite for viewing and editing documents, spreadsheets, and presentations directly in your browser. + +## Features + +### Document Editing +- **Document Editor** - Create and edit text documents with full formatting support +- **Spreadsheet Editor** - Work with complex spreadsheets, formulas, and charts +- **Presentation Editor** - Build professional presentations with slides and animations + +### Collaboration +- **Real-time co-editing** - Multiple users can edit the same document simultaneously +- **Track changes** - Review and accept/reject modifications +- **Comments** - Add and reply to comments in documents + +### Format Support +Full compatibility with Microsoft Office formats: +- Documents: DOC, DOCX, ODT, TXT, RTF, HTML, EPUB +- Spreadsheets: XLS, XLSX, ODS, CSV +- Presentations: PPT, PPTX, ODP + +### Integration +ONLYOFFICE Docs can be integrated with: +- Nextcloud +- ownCloud +- Seafile +- Confluence +- Alfresco +- SharePoint +- Many other platforms via API + +## Configuration + +### JWT Secret (Required) +The JWT secret is used to secure communication between your application and ONLYOFFICE Docs. Generate a strong random string for production use. + +### Self-Signed Certificates +If your storage server (e.g., Nextcloud) uses self-signed SSL certificates, enable the "Allow Unauthorized Storage" option. + +### WOPI Support +Enable WOPI if you're integrating with WOPI-compatible applications like Collabora Online or Microsoft Office Online Server. + +## System Requirements + +- **CPU**: Dual core 2 GHz or better +- **RAM**: 4 GB minimum (8 GB recommended) +- **Storage**: 40 GB minimum free space +- **Architecture**: amd64 only + +## Links + +- [Official Documentation](https://helpcenter.onlyoffice.com/docs/) +- [GitHub Repository](https://github.com/ONLYOFFICE/DocumentServer) +- [API Documentation](https://api.onlyoffice.com/) +- [Integration Examples](https://helpcenter.onlyoffice.com/docs/installation)