https://github.com/netlogix/nxsimplecdn
CDN Extension for TYPO3
https://github.com/netlogix/nxsimplecdn
Last synced: 12 months ago
JSON representation
CDN Extension for TYPO3
- Host: GitHub
- URL: https://github.com/netlogix/nxsimplecdn
- Owner: netlogix
- License: mit
- Created: 2023-03-17T07:18:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T08:10:58.000Z (about 1 year ago)
- Last Synced: 2025-06-18T10:06:45.060Z (12 months ago)
- Language: PHP
- Homepage: https://websolutions.netlogix.de/
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# TYPO3 Extension nxsimplecdn
[](https://github.com/netlogix/nxsimplecdn)
[](https://get.typo3.org/version/13)
[](https://php.net/)
[](https://github.com/netlogix/nxsimplecdn/actions)
# Installation
Via composer :
```shell script
composer require netlogix/nxsimplecdn
```
That's all !
# Add cdn domain to your site configuration
```yaml
base: 'https://www.example.com/'
cdnBase: 'https://cdn.example.com/'
errorHandling: ...
languages: ...
settings: ...
```