mirror of
https://github.com/Dangoware/confetti-box.git
synced 2025-04-19 23:32:58 -05:00
Update README.md
This commit is contained in:
parent
2848ff1f54
commit
46397a1f03
1 changed files with 1 additions and 2 deletions
|
@ -9,12 +9,11 @@ A super simple file host. Inspired by [Catbox](https://catbox.moe) and [Uguu](ht
|
||||||
- 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 file.
|
serialized to a small, LZ4 compressed file.
|
||||||
|
|
||||||
### Planned
|
### Planned
|
||||||
- Chunked uploads
|
- Chunked uploads
|
||||||
- Theming
|
- Theming
|
||||||
- Database serialization compression
|
|
||||||
- More mochi
|
- More mochi
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
|
Loading…
Reference in a new issue