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)