This commit is contained in:
G2-Games 2024-11-04 05:06:03 -06:00
commit ed0af7f969

View file

@ -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 - Entirely self contained, tiny (~4MB) single binary
- Customizable using a simple config file - Customizable using a simple config file
- Only stores one copy of a given hash on the backend - 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 - Fast (enough), runs just fine on a Raspberry Pi
- Simple API for interfacing with it programmatically - Simple API for interfacing with it programmatically
- No database setup required, uses self-contained in memory database - No database setup required, uses self-contained in memory database
serialized to a small, LZ4 compressed file. serialized to a small, LZ4 compressed file.
### Planned ### Planned
- Chunked uploads
- Theming - Theming
- More mochi - More mochi