frosh/platform-bunnycdn-media-storage

This plugins allows you to use BunnyCdn as adapter for media

Installs: 12 569

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 2

Forks: 6

Open Issues: 1

Type:shopware-platform-plugin

3.0.0 2023-03-14 21:04 UTC

README

Software License

The BunnyCDN adapter allows you to manage your media files in shopware on a bunnyCDN-Storage.

Install

Download the plugin from the release page and enable it in shopware.

Usage since plugin version 2.0.0

  • Upload existing media (optional)
    • by SCP from shell:
      • log via SSH into you webspace and go into your shopware folder
      • run following commands (Replace STORAGEZONENAME) and confirm with the FTP-Password of your storage-zone
        scp -r ./public/media STORAGEZONENAME@storage.bunnycdn.com:/
        scp -r ./public/thumbnail STORAGEZONENAME@storage.bunnycdn.com:/
        
    • Manual by FTP-Client: see docs at BunnyCDN.
  • Remove any existing configuration for previous versions in config/packages/shopware.yml
  • Set up plugin config

Usage for older plugin version

see old Readme

Notes on Automatic Deployments

The plugin configuration is stored in var/bunnycdn_config.yml. You must ensure that this file is shared and available in this location after deployment after you configured the pugin once.

Suggestions

License

The MIT License (MIT). Please see License File for more information.