An open API service indexing awesome lists of open source software.

https://github.com/riccardobl/iacclr


https://github.com/riccardobl/iacclr

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# iacclr
Turns every image into an optimized webp with cache on S3.

## Build
```bash
docker build -t iacclr .
```

## Usage
```bash
docker run -d \
--read-only \
--restart=always \
-p8080:8080 \
--tmpfs /tmp \
--name iacclr \
-e S3_PUBLIC="https://s3-public-link.tld" \
-e S3="http[s]://user:password@host:port#region/bucket" \
-e URL_WHITELIST="https?://example.com/.+,https?://example2.com/images/.+" \
iacclr
```