media delivery server
Find a file
2025-08-23 15:37:09 -04:00
crates add: use bucket methods everywhere 2025-08-23 15:37:09 -04:00
.gitignore add: full initial 2025-08-21 00:30:58 -04:00
Cargo.lock add: use bucket methods everywhere 2025-08-23 15:37:09 -04:00
Cargo.toml add: full initial 2025-08-21 00:30:58 -04:00
justfile add: full initial 2025-08-21 00:30:58 -04:00
LICENSE Initial commit 2025-08-21 02:50:26 +00:00
README.md add: full initial 2025-08-21 00:30:58 -04:00

🪣 buckets

object-like storage http server

it's basically like regular file storage, but it connects to your database to store file metadata, buckets, ids, etc. (meaning files are stored in a jumbled mess on the file system, but are controlled by entries in the database!)