Download the PHP package cpsit/admiral-cloud-connector without Composer
On this page you can find all versions of the php package cpsit/admiral-cloud-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cpsit/admiral-cloud-connector
More information about cpsit/admiral-cloud-connector
Files in cpsit/admiral-cloud-connector
Package admiral-cloud-connector
Short Description AdmiralCloud connector
License GPL-2.0-or-later
Informations about the package admiral-cloud-connector
TYPO3 Extension admiral_cloud_connector
This extension connects the AdmiralCloud with TYPO3. It adds a separate sys_file_storage
for AdmiralCloud files.
At every place sys_file_reference
is used, you can use AdmiralCloud files.
Installation
Run the following SQL to install the sys_file_storage
:
Now create the corresponding fileMount "AdmiralCloud" for the storage.
Add following to config/system/additional.php
:
Create a file config/system/custom.php
with the following content (replace credentials with yours):
Create a backend user with e-mail, first name, last name and security group the user has in AdmiralCloud. The email address must be the same the user is using in AdmiralCloud. If the User is admin, the security group is ignored but must be set to random number (e.g. 13).
TYPO3 editor permissions
To enable editors for AdmiralCloud functions, please add at least the following permission:
Mounts & Workspaces
- Add "AdmiralCloud" to the list of accessible FileMounts
- File operation permissions / File: check permission for [addFileViaAdmiralCloud]
optional
Allow cropping tool for AdmiralCloud images: Check permission for tx_admiralcloudconnector_crop
on tab
"Access Lists" / "Allowed excludefields" in "File Reference".
Known bugs
- Using Admiral Cloud may need to increase some apache values like
post_max_size=128M
andmax_input_vars=2500
ToDo
- Add information about authentification / security groups to documentation
All versions of admiral-cloud-connector with dependencies
guzzlehttp/guzzle Version ^7.9
psr/event-dispatcher Version ^1.0
psr/http-message Version ^1.0 || ^2.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
psr/log Version ^3.0
symfony/dependency-injection Version ^7.1
typo3/cms-backend Version ^13.4
typo3/cms-core Version ^13.4
typo3/cms-extbase Version ^13.4
typo3/cms-filemetadata Version ^13.4
typo3/cms-fluid Version ^13.4
typo3/cms-frontend Version ^13.4
typo3/cms-redirects Version ^13.4
typo3/cms-scheduler Version ^13.4
typo3fluid/fluid Version ^4.0