A simple file server written in Rust 🚀. It can receive and send files, with a built-in preview generator. It’s fast, lightweight, and smooth AF 😎
If you find a bug, feel free to open a pull request — this is my very first Rust project, so feedback is welcome! ❤️
The server supports both SQLite and PostgreSQL:
- SQLite (default): great for quick setups or local usage.
- Postgres: recommended for production or multi-user setups.
cargo run -qcargo run --no-default-features --features postgresMake sure you have a running PostgreSQL instance and your .env file configured
with the correct credentials.
Always prefer running in release mode for much better performance:
cargo run --releasePull requests are welcome! If you find a bug, or have an idea to improve the project, just open an issue or PR.