Skip to content

optizone/rose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages