WP Manifestindependent plugin directory
manifest / media / wp-bunnycdn-offloader

Bloom BunnyCDN Offloader

Simple media offloader for WordPress

by bloom.lat · github.com/bloom-ux/wp-bunnycdn-offloader

0stars
26composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/bloom-ux/wp-bunnycdn-offloader/archive/refs/heads/main.zip

Also on Packagist as bloom-ux/bunnycdn-offloader:

composer require bloom-ux/bunnycdn-offloader

From the readme

CDN Offloader A simple plugin to upload and serve your attachment files from Bunny CDN. Installation Install with composer: composer require bloom-ux/wp-bunnycdn-offloader Configuration Define the following environment variables: Disable uploads to Bunny To disable uploads to Bunny (useful in development environments or during imports), define the constant BLOOMBUNNYOFFLOADERDISABLE as true in wp-config.php: Or use the environment variable in your .env file: When this option is active, the plugin will not register hooks or WP-CLI commands, so files will not be uploaded to Bunny CDN and will be served from the local server.

Read the full README on GitHub →