You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,14 @@ This setup includes:
148
148
- Full text search functionality in the OpenCloud interface
149
149
- Support for documents, PDFs, images, and other file types
150
150
151
+
**Tika Image Variant:**
152
+
By default, OpenCloud Compose uses `apache/tika:latest` which provides:
153
+
- Smaller image size (~300MB vs ~1.2GB for the full variant)
154
+
- Faster container startup and deployment
155
+
- Core text extraction functionality for common document formats (PDF, Office docs, text files, etc.)
156
+
157
+
The base variant is recommended for most use cases. If you need advanced features like specialized OCR processing or specific image format support, you can override the image by setting `TIKA_IMAGE=apache/tika:latest-full` in your `.env` file.
158
+
151
159
### With Radicale
152
160
153
161
Enable CalDAV (calendars, to-do lists) and CardDAV (contacts) server.
0 commit comments