evanshunt / silverstripe-remote-images
A Silverstripe module that can pull in images from a remote site for local display
Installs: 169
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- jakeasmith/http_build_url: ^1.0
- silverstripe/framework: ^4 | ^5
README
Module for using remote versions of image files when copying a site to a local environment. Inspired by the Silverstripe Asset Proxy for SilverStripe 3.
Installation
composer require evanshunt/silverstripe-remote-images
Usage
Set a remote host in your .env
file
REMOTE_IMAGES_PROXY_HOST=http://example.com
Known issues
Files are downloaded locally, but not totally recognized by the CMS, leading to some not being cropped and issues in the assets admin area.