Skip to content
/ oyaki Public
forked from yano3/oyaki

Dynamic image quality transformation proxy.

License

Notifications You must be signed in to change notification settings

pepabo/oyaki

 
 

Repository files navigation

oyaki

CI

Dynamic image quality transformation proxy.

Usage

Docker

docker pull ghcr.io/pepabo/oyaki:latest
docker run -p 8080:8080 -e "OYAKI_ORIGIN_HOST=example.com" ghcr.io/pepabo/oyaki

Configuration

Environment variables bellow are available.

  • OYAKI_ORIGIN_HOST: Your origin host. Example: example.com (required)
  • OYAKI_ORIGIN_SCHEME: Scheme to request to your origin. Default: https
  • OYAKI_QUALITY: Image quality. Default: 90