From e744cf9ad51a800e62e9c70b62b27e6c21cd64a2 Mon Sep 17 00:00:00 2001 From: G2 Date: Sun, 3 Nov 2024 21:29:28 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a6e545..c3d05bb 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ A super simple file host. Inspired by [Catbox](https://catbox.moe) and [Uguu](ht - Entirely self contained, tiny (~4MB) single binary - Customizable using a simple config file - Only stores one copy of a given hash on the backend +- Chunked uploads of configurable size - Fast (enough), runs just fine on a Raspberry Pi - Simple API for interfacing with it programmatically - No database setup required, uses self-contained in memory database serialized to a small, LZ4 compressed file. ### Planned -- Chunked uploads - Theming - More mochi