UploadServer
A backend providing a HTTP REST like interface for uploading files written in rust.
License
This project is licensed under the Mit License
Features
- Rest api
- Chunked uploading
- Embeds
Clients
You have created your own client for UploadServer? Great! Just submit an client request in the issues tab of github or write me an email at [email protected].
Usage
Prerequirements
- Rust Nightly
You need rustup to run this.
rustup default nightly
Configuration
Copy default.env to .env and change the settings in .env.
Building
cargo build --release
The executable will be located at target/release/uploadserver
Testing
If you are developing and don't want to rebuild and run the client to release mode use
cargo run
Goals
- Image compression
If you have aditional ideas how to make this tool better please create a feature request in the issues tab.
Contributing
More information here.