evanshunt/silverstripe-remote-images

A Silverstripe module that can pull in images from a remote site for local display

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

v0.0.2 2024-03-11 17:43 UTC

This package is auto-updated.

Last update: 2024-04-11 18:14:49 UTC


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.