The BunnyCDN adapter allows you to manage your media files in shopware on a bunnyCDN-Storage.
composer require frosh/platform-bunnycdn-media-storage
download latest release and upload into admin:
https://github.com/FriendsOfShopware/FroshPlatformBunnycdnMediaStorage/releases/latest/download/FroshPlatformBunnycdnMediaStorage.zip
- 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.
- by SCP from shell:
- Remove any existing configuration regarding filesystem in
config/packages/shopware.yml
- Set up plugin config
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 plugin once.
The MIT License (MIT). Please see License File for more information.