Skip to content

megrxu/imagio-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imagio Server

Image resizing and cropping on request.

Run

  • Using local filesystem:
    cargo run --release -- --store <IMAGES_PATH> --cache <CACHE_PATH> fs serve
    
  • Using S3:
    cargo run --release -- --store <IMAGES_PATH> --cache <CACHE_PATH>         \
      --bucket <BUCKET> --region <REGION> --endpoint <ENDPOINT>               \
      --access-key-id <ACCESS_KEY_ID> --secret-access-key <SECRET_ACCESS_KEY> \
      s3 serve
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages