From 0a22d1ca8a261ef73066fd984422819415ef15c3 Mon Sep 17 00:00:00 2001 From: mappu Date: Fri, 19 May 2023 19:39:58 +1200 Subject: [PATCH] doc/README: update feature list --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c054736..83d08a5 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,22 @@ The name is a pun on "content" and the -d suffix for server daemons. ## Features +- Use local disk or S3-backed storage - Drag and drop upload - Multiple files upload - Pastebin upload - Custom drawing upload ([via drawingboard.js](https://github.com/Leimi/drawingboard.js)) - Ctrl-V upload -- Galleries +- Galleries and nested galleries - SDK-oriented design for embedding, including CORS support - Mobile friendly HTML interface - Preserves uploaded filename and content-type metadata - Hash verification (SHA512/256) - Detect duplicate upload content and reuse storage -- Options to limit the upload filesize and the upload bandwidth +- Options to limit the upload filesize, upload bandwidth, and maximum source filesize for thumbnailing - Short URLs (using [Hashids](http://hashids.org) algorithm) - Image thumbnailing +- Optional multi-tenant binary (`contented-multi`) ## Usage (Server)