mirror of
https://github.com/Dangoware/confetti-box.git
synced 2025-05-05 15:12:57 -05:00
Update README.md
This commit is contained in:
parent
3b0a0253eb
commit
2ee07e7f3e
1 changed files with 14 additions and 3 deletions
17
README.md
17
README.md
|
@ -2,9 +2,20 @@
|
|||
A super simple file host. Inspired by [Catbox](https://catbox.moe) and [Uguu](https://uguu.se).
|
||||
|
||||
## Features
|
||||
- Entirely self contained, single binary
|
||||
- Customizable using a simple TOML config file
|
||||
- ??? (TODO: Add more)
|
||||
### Current
|
||||
- Entirely self contained, tiny (~4MB) single binary
|
||||
- Customizable using a simple config file
|
||||
- Only stores one copy of a given hash on the backend
|
||||
- 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 file.
|
||||
|
||||
### Planned
|
||||
- Chunked uploads
|
||||
- Theming
|
||||
- Database serialization compression
|
||||
- More mochi
|
||||
|
||||
## Screenshot
|
||||
<p align="center">
|
||||
|
|
Loading…
Reference in a new issue