ROSE - Rust Object SErver. A server that is supposed to store a lot of files. Now only supports JPEG.
Endpoints:
GET /images/{UUID}
POST /images/{UUID}
DELETE /images/{UUID}
POST /api/update_cache
Content-Type: application/json
[
"{UUID}", "{UUID}", ...
]
.env
variables that should be set:
- SERVER_ADDRESS
- IMAGES_DIR
- RUST_LOG (debug, info, trace, warn)