[MIRROR ONLY] A correct and efficient ATProto blob proxy for secure content delivery. codeberg.org/Blooym/porxie
36
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add note about Cloudflare cache rule

Lyna dca57154 1e58bb64

+4
+4
README.md
··· 358 358 ``` 359 359 360 360 Refer to the [imgproxy documentation](https://docs.imgproxy.net) for details on creating and modifying presets. 361 + 362 + ## Operational Notes 363 + 364 + - You will need to [manually configure a cache rule](https://developers.cloudflare.com/cache/how-to/cache-rules/) when using Cloudflare Proxying as otherwise they do not seem to cache the content (which is indicated by the `cf-cache-status` returning `DYNAMIC` instead of `HIT/MISS/REVALIDATED`). To do this, go to the 'Cache Rules' configuration and add a rule for the hostname you run Porxie on that sets "Cache Eligibility" to "Eligible for Cache". <details> <summary>Screenshot of a Cache Rule on the Cloudflare Dashboard</summary> ![The Cloudflare dashboard showing the creation of a 'Cache Rule' that matches when the Hostname equals "porxie.example.com" and sets the cache eligibility to "Eligible for Cache."](./assets/docs/screenshots/cloudflare-cache-rule.png)</details>
assets/docs/screenshots/cloudflare-cache-rule.png

This is a binary file and will not be displayed.