image cache on cloudflare r2
1# The L4 cache
2
3
4
5This is my own image cdn built on cloudflare r2 mainly so I can have fast optimized images on my blog.
6
7## Docs
8
9Create `.env`:
10
11```env
12SLACK_BOT_TOKEN=token
13SLACK_SIGNING_SECRET=secret
14AUTH_TOKEN=token
15```
16
17```bash
18bun install
19bun start
20```
21
22<p align="center">
23 <img src="https://raw.githubusercontent.com/taciturnaxolotl/carriage/main/.github/images/line-break.svg" />
24</p>
25
26<p align="center">
27 <i><code>© 2025-present <a href="https://dunkirk.sh">Kieran Klukas</a></code></i>
28</p>
29
30<p align="center">
31 <a href="https://tangled.org/dunkirk.sh/l4/blob/main/LICENSE.md"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=O'Saasy&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
32</p>