webexcess / flowkeycdn
A Package to use KeyCDN for persistent resources in the Flow Framework
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-flow-package
Requires
- touki/ftp: 1.1.*
- typo3/flow: 3.0.*
This package is auto-updated.
Last update: 2024-10-29 04:36:30 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