bloom-ux / bunnycdn-offloader
Simple BunnyCDN offloader for WordPress
Package info
github.com/bloom-ux/wp-bunnycdn-offloader
Type:wordpress-plugin
pkg:composer/bloom-ux/bunnycdn-offloader
dev-main
2024-12-03 21:39 UTC
Requires
- php: >=7.4
- bunnycdn/storage: ^3.4
- composer/installers: ^1||^2
- deliciousbrains/wp-background-processing: ^1.3
- soulseekah/wp-lock: dev-master
This package is auto-updated.
Last update: 2026-03-01 00:46:37 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=""