dev-master
9999999-devA Package to use KeyCDN for persistent resources in the Flow Framework
The Requires
0.0.1
0.0.1.0A Package to use KeyCDN for persistent resources in the Flow Framework
The Requires
Wallogit.com
2017 © Pedro Peláez
A Package to use KeyCDN for persistent resources in the Flow Framework
A Package to use KeyCDN for persistent resources in the Flow Framework, (*1)
Note: This package is still experimental and not for production., (*2)
Create a KeyCDN account, (*3)
https://www.keycdn.com/, (*4)
Rename the package Settings.yaml.sample file and fill in your KeyCDN credentials, (*5)
WebExcess:
FlowKeyCDN:
default:
host: ftp.keycdn.com
user: usernamexy
pass: 1234567890
zone: sitexyresources
zoneDomain: 'sitexyresources-1234.kxcdn.com'
apiKey: 1234567890abcdefghjiklmnopqrstuvwxyz
debug: false
Enable the new persistent storage and target in your site Settings.yaml, (*6)
TYPO3:
Flow:
resource:
storages:
keyCDNPersistentResourcesStorage:
storage: 'WebExcess\FlowKeyCDN\KeyCDNStorage'
collections:
persistent:
storage: 'keyCDNPersistentResourcesStorage'
target: 'keyCDNWebDirectoryPersistentResourcesTarget'
targets:
keyCDNWebDirectoryPersistentResourcesTarget:
target: 'WebExcess\FlowKeyCDN\KeyCDNTarget'
Clean up and re-import your site, (*7)
./flow flow:cache:flush --force ./flow site:prune; ./flow media:clearthumbnails; ./flow resource:clean; ./flow site:import --package-key TYPO3.NeosDemoTypo3Org; ./flow flow:cache:flush --force
A Package to use KeyCDN for persistent resources in the Flow Framework
A Package to use KeyCDN for persistent resources in the Flow Framework