webexcess / flowkeycdn
There is no license information available for the latest version (0.0.1) of this package.
A Package to use KeyCDN for persistent resources in the Flow Framework
Package info
github.com/sbruggmann/WebExcess.FlowKeyCDN
Type:typo3-flow-package
pkg:composer/webexcess/flowkeycdn
0.0.1
2015-09-25 09:03 UTC
Requires
- touki/ftp: 1.1.*
- typo3/flow: 3.0.*
This package is auto-updated.
Last update: 2026-03-01 00:10:03 UTC
README
A Package to use KeyCDN for persistent resources in the Flow Framework
Note: This package is still experimental and not for production.
Quick start
Create a KeyCDN account
Rename the package Settings.yaml.sample file and fill in your KeyCDN credentials
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
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
./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