Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yano3/oyaki
Dynamic image quality transformation proxy.
https://github.com/yano3/oyaki
Last synced: about 2 hours ago
JSON representation
Dynamic image quality transformation proxy.
- Host: GitHub
- URL: https://github.com/yano3/oyaki
- Owner: yano3
- License: mit
- Created: 2020-05-12T05:40:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T04:43:21.000Z (9 months ago)
- Last Synced: 2024-03-21T03:09:34.164Z (8 months ago)
- Language: Go
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oyaki
[![CI](https://github.com/yano3/oyaki/actions/workflows/ci.yml/badge.svg)](https://github.com/yano3/oyaki/actions/workflows/ci.yml)
[![Docker Pulls](https://img.shields.io/docker/pulls/yano3/oyaki)](https://hub.docker.com/r/yano3/oyaki)Dynamic image quality transformation proxy.
## Usage
### Docker
```
docker pull yano3/oyaki:latest
docker run -p 8080:8080 -e "OYAKI_ORIGIN_HOST=example.com" yano3/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`