Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 438 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 438 Bytes

ROSE (WIP)

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)