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
Requires
- ajgl/flysystem-replicate: ^2.2
- league/flysystem-path-prefixing: ~3.10.3
- platformcommunity/flysystem-bunnycdn: ~3.3.1
- shopware/core: ~6.5.0
README
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.
- by SCP from shell:
- Remove any existing configuration for previous versions in
config/packages/shopware.yml
- Set up plugin config
Usage for older plugin version
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.