bloom-ux/bunnycdn-offloader

Simple BunnyCDN offloader for WordPress

dev-main 2024-12-03 21:39 UTC

This package is auto-updated.

Last update: 2025-01-03 21:50:23 UTC


README

A simple plugin to upload and serve your attachment files from Bunny CDN.

Installation

Install with composer: composer require bloom-ux/wp-bunnycdn-offloader

Define the following environment variables:

# The secret API key used as password to upload files to your storage
BLOOM_BUNNY_STORAGE_API_KEY=""

# The storage zone name
BLOOM_BUNNY_STORAGE_ZONE=""

# Two-letter code of the storage region (ie: "br")
BLOOM_BUNNY_STORAGE_REGION=""

# Full URL to your assets (it can include a folder). ie: "https://my-storage.b-cdn.net/subfolder/"
BLOOM_BUNNY_PUBLIC_URL=""