- Notifications
You must be signed in to change notification settings - Fork1
Dangoware/confetti-box
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A super simple file host. Inspired byCatbox andUguu.
- 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
- Websocket uploads
- 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 databaseserialized to a small, LZ4 compressed file.
- Theming
- More mochi
An example of a running instance
Confetti-Box is licensed under the terms of the GNU AGPL-3.0 license. Do whatyou want with it within the terms of that license.
About
A simple single-binary file host.