rkw / rkw-resourcespace
Extension for connection to Resourcespace
Installs: 180
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 2
Type:typo3-cms-extension
Requires
- php: >=7.4
- ext-json: *
- madj2k/t3-copyright-guardian: ~12.4.0
- madj2k/t3-core-extended: ~10.4.0 || ~11.5.0 || ~12.4.0
- typo3/cms-core: ~10.4.0
- dev-master
- v10.4.4-stable
- v10.4.3-stable
- v10.4.2-stable
- v10.4.1-stable
- v10.4.0-stable
- v9.5.1002-stable
- v9.5.1001-stable
- v9.5.1000-stable
- v9.5.3-stable
- v9.5.2-stable
- v9.5.1-stable
- v9.5.0-stable
- v8.7.5-beta
- v8.7.4-beta
- v8.7.3-beta
- v8.7.2-beta
- v8.7.1-beta
- v8.7.0-beta
- v7.6.3-beta
- v7.6.2-beta
- dev-development
- dev-feature/overrideImageMetadata
- dev-fix/copyGuardMigration
- dev-master9.5
- dev-feature/upgrade9.5
- dev-master8.7
This package is auto-updated.
Last update: 2025-05-22 14:41:24 UTC
README
In development environment please make sure, you added the following entries to your typoscript constant settings:
plugin.tx_rkwresourcespace_import {
settings {
localBufferDestination = /var/www/html/tmp/
ipRestriction = ###allowedIps (comma separated)###
resourceSpaceApi {
baseUrl = https://###baseUrlOfResourceSpaceServer/api/
user = ###apiUser###
password = ###apiPassword###
privateKey = ###apiPrivateKey###
}
}
}
Please replace the markers (###marker###) with your individual credentials. You may even comment the ipRestriction, if you do not need to test that. Then you will be allowd to access the resourcespace server with any IP.
If you want to test the corresponding ImportController you can use the following url directly within your TYPO3-Installation.
https://###baseUrl###/index.php?id=###pidOfPlugin###&tx_rkwresourcespace_import[action]=new&tx_rkwresourcespace_import[controller]=Import&tx_rkwresourcespace_import[resourceSpaceImageId]=###resourceSpaceImageId###
Please make sure, you have integrated the corresponding plugin RKW ResourceSpace: Import
on the page with the given pidOfPlugin