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

https://github.com/niklasf/cloudflare-camo

A Cloudflare worker to proxy images for privacy, to avoid mixed content, and to add headers
https://github.com/niklasf/cloudflare-camo

Last synced: 19 days ago
JSON representation

A Cloudflare worker to proxy images for privacy, to avoid mixed content, and to add headers

Awesome Lists containing this project

README

          

# camo

A Cloudflare worker to proxy images for privacy, to avoid mixed content,
and to add headers.

## Usage

```
https://camo.lichess.workers.dev//
https://camo.lichess.workers.dev/?url=
```

## Setup

1. `npm exec wrangler secret put CAMO_KEY`
2. Define `CAMO_HEADER_VIA` environment variable in worker settings
3. `npm run prod`

## Alternatives

- https://github.com/atmos/camo
- https://github.com/cactus/go-camo