bloom-ux / bunnycdn-offloader
Simple BunnyCDN offloader for WordPress
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:wordpress-plugin
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: 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=""